Skip to content

Commit 46dadd3

Browse files
author
Takashi Matsuo
committed
adding cwd to sys.path
1 parent a9418b6 commit 46dadd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile-template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
pp = pprint.PrettyPrinter(indent=4)
6464

6565
try:
66+
sys.path.append('.')
6667
print("sys.path")
6768
pp.pprint(sys.path)
6869
from noxfile_config import TEST_CONFIG_OVERRIDE

0 commit comments

Comments
 (0)