Bug hunting and polishing

Change-Id: I0f05730dd4e01e926ab0c4870c27ed5754f3ccfd
This commit is contained in:
Enrico Faulhaber
2017-01-20 18:21:27 +01:00
parent 8e3d0da5dd
commit d5e935788f
18 changed files with 552 additions and 202 deletions

View File

@ -38,7 +38,10 @@ def main(argv=None):
if argv is None:
argv = sys.argv
loggers.initLogging('gui', 'debug')
if '-d' in argv:
loggers.initLogging('gui', 'debug')
else:
loggers.initLogging('gui', 'info')
app = QApplication(argv)