Created
October 16, 2016 06:11
-
-
Save swayson/2c5a613868a65fcc84887db12f3f2705 to your computer and use it in GitHub Desktop.
Snippet to construct the absolute path of the directory, in which the currently executing script is located.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
os.path.dirname(os.path.realpath(__file__)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment