We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3cf9a commit f1e83b4Copy full SHA for f1e83b4
test-download.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
-python scripts/test-download.py $1
+# PYTHONPATH tells python to look for modules in the current directory
4
+PYTHONPATH="." python scripts/test-download.py $1
0 commit comments