Skip to content

Commit f1e83b4

Browse files
committed
[tooling] Use PYTHONPATH in test download script
1 parent 6c3cf9a commit f1e83b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-download.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3-
python scripts/test-download.py $1
3+
# PYTHONPATH tells python to look for modules in the current directory
4+
PYTHONPATH="." python scripts/test-download.py $1

0 commit comments

Comments
 (0)