Skip to content

Commit f52a588

Browse files
committed
updated python_translate_module_to_import.sh
1 parent 396adea commit f52a588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/python_translate_module_to_import.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ usage_args="[<module1> <module2> ...]"
3737
help_usage "$@"
3838

3939

40-
mappings="$srcdir../resources/pipreqs_mapping.txt"
40+
mappings="$srcdir/../resources/pipreqs_mapping.txt"
4141

4242
if ! [ -f "$mappings" ]; then
4343
wget -O "$mappings" https://raw.githubusercontent.com/bndr/pipreqs/master/pipreqs/mapping

0 commit comments

Comments
 (0)