We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396adea commit f52a588Copy full SHA for f52a588
python/python_translate_module_to_import.sh
@@ -37,7 +37,7 @@ usage_args="[<module1> <module2> ...]"
37
help_usage "$@"
38
39
40
-mappings="$srcdir../resources/pipreqs_mapping.txt"
+mappings="$srcdir/../resources/pipreqs_mapping.txt"
41
42
if ! [ -f "$mappings" ]; then
43
wget -O "$mappings" https://raw.githubusercontent.com/bndr/pipreqs/master/pipreqs/mapping
0 commit comments