Skip to content

Commit 19341c2

Browse files
committed
build: specify python2 in checkPython.sh
1 parent 3c52e36 commit 19341c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/checkPython.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
set -e
44

5-
python --version
5+
python2 --version
66

77
cd out/python
88
cd swagger_client
9-
python -m py_compile *.py
9+
python2 -m py_compile *.py
1010
cd ../../..
1111

1212
cd out/flaskConnexion
13-
python -m py_compile *.py
13+
python2 -m py_compile *.py
1414
cd ../..

0 commit comments

Comments
 (0)