We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554c685 commit 3bb283fCopy full SHA for 3bb283f
x.py
@@ -15,6 +15,7 @@
15
import sys
16
rust_dir = os.path.dirname(os.path.abspath(__file__))
17
sys.path.append(os.path.join(rust_dir, "src", "bootstrap"))
18
+os.chdir(rust_dir)
19
20
import bootstrap
21
bootstrap.main()
0 commit comments