Skip to content

Instantly share code, notes, and snippets.

@gregorleban
Created February 18, 2019 07:47
Show Gist options
  • Save gregorleban/a6fce8d1163b5fe373acb0483bdf0436 to your computer and use it in GitHub Desktop.
Save gregorleban/a6fce8d1163b5fe373acb0483bdf0436 to your computer and use it in GitHub Desktop.
get path of the current file
currPath = os.path.split(__file__)[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment