enable Python warnings when running

This commit is contained in:
Damien Elmes 2020-12-16 14:29:31 +10:00
parent 8e7e01ccfd
commit 266c19461f
2 changed files with 2 additions and 0 deletions

1
run
View file

@ -16,6 +16,7 @@ run_mac() {
$workspace/bazel-copy/runanki $*
}
export PYTHONWARNINGS=default
if [[ "$OSTYPE" == "darwin"* ]]; then
run_mac $*
else

View file

@ -1 +1,2 @@
set PYTHONWARNINGS=default
call .\bazel.bat run %BUILDARGS% //qt:runanki -k -- %*