Skip to content

Instantly share code, notes, and snippets.

@rbranson
Created November 14, 2014 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbranson/2ffe33c09b2f4116d245 to your computer and use it in GitHub Desktop.
Save rbranson/2ffe33c09b2f4116d245 to your computer and use it in GitHub Desktop.
In [2]: os.path.join(["foo", "bar"])
Out[2]: ['foo', 'bar']
In [3]:
In [3]: os.path.join("foo", "bar")
Out[3]: 'foo/bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment