Skip to content

Instantly share code, notes, and snippets.

@lukeorland
Created November 26, 2019 19:49
Show Gist options
  • Save lukeorland/a27525bc5fa56df220f22e48eb07f02d to your computer and use it in GitHub Desktop.
Save lukeorland/a27525bc5fa56df220f22e48eb07f02d to your computer and use it in GitHub Desktop.
directory containing this Python file
import inspect
import os
def get_dir_containing_this_file():
return os.path.dirname(
os.path.abspath(
inspect.getframeinfo(
inspect.currentframe()).filename))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment