Skip to content

Commit 062b799

Browse files
committed
explicitly use py3
1 parent f037178 commit 062b799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transifex-pull

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function pull() {
4242
filter "$4"
4343

4444
cd "$starting_directory"
45-
python remove-untranslated.py "$1/$3" "$4"
45+
python3 remove-untranslated.py "$1/$3" "$4"
4646
}
4747

4848
# These expressions are more permissive than they need to be but are sufficient.

0 commit comments

Comments
 (0)