Closed satejsoman closed 3 years ago
Changes the cwd utility function to use builtins like __file__ to get the script directory; when that fails, use the current working directory as specified by pathlib.Path.cwd().
cwd
__file__
pathlib.Path.cwd()
Closes #116
Changes the
cwd
utility function to use builtins like__file__
to get the script directory; when that fails, use the current working directory as specified bypathlib.Path.cwd()
.Closes #116