mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
remove python version debugging from ./run
This commit is contained in:
parent
385dbf88c3
commit
ec6c0f86fb
1 changed files with 0 additions and 1 deletions
1
run
1
run
|
@ -2,5 +2,4 @@
|
||||||
|
|
||||||
set -eu -o pipefail ${SHELLFLAGS}
|
set -eu -o pipefail ${SHELLFLAGS}
|
||||||
|
|
||||||
python --version
|
|
||||||
make -C $(dirname $0) run RUNFLAGS="$*"
|
make -C $(dirname $0) run RUNFLAGS="$*"
|
||||||
|
|
Loading…
Reference in a new issue