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 086f21a commit 2d31acdCopy full SHA for 2d31acd
dev/prioritize_tools.py
@@ -25,7 +25,7 @@
25
from pygments.lexers import PythonTracebackLexer
26
27
# Add current directory so shared can be imported
28
-sys.path.append(os.path.join(os.path.dirname(__file__)))
+sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts"))
29
30
# First-party/Local
31
import shared # noqa: E402
0 commit comments