tuhi: always use verbose mode when starting from git

When starting from within the git directory, always use verbose mode. Because
you're debugging it, otherwise you wouldn't start from git.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/132/head
Peter Hutterer 2019-06-05 14:49:28 +10:00 committed by Benjamin Tissoires
parent 82b81b1c34
commit 9a97f19a13
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#
import tuhi.base
import sys
if __name__ == "__main__":
tuhi.base.main()
tuhi.base.main(sys.argv + ['--verbose'])