Skip to content

Commit 2d31acd

Browse files
committed
update for new location
1 parent 086f21a commit 2d31acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/prioritize_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from pygments.lexers import PythonTracebackLexer
2626

2727
# Add current directory so shared can be imported
28-
sys.path.append(os.path.join(os.path.dirname(__file__)))
28+
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts"))
2929

3030
# First-party/Local
3131
import shared # noqa: E402

0 commit comments

Comments
 (0)