We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e168239 commit dcb804bCopy full SHA for dcb804b
__main__.py
@@ -14,7 +14,6 @@
14
15
path = os.path.dirname(__file__)
16
17
-os.chdir(path)
18
sys.path.insert(0, path)
19
20
spec = importlib.util.spec_from_file_location("run", os.path.join(os.path.dirname(__file__), "run.py"))
0 commit comments