add chaudum fixes
This commit is contained in:
parent
8346e89e99
commit
ea54493c21
9 changed files with 33 additions and 49 deletions
|
@ -120,7 +120,7 @@ try:
|
|||
consoleHandler.setFormatter(logFormatter)
|
||||
rootLogger.addHandler(consoleHandler)
|
||||
except Exception as e:
|
||||
print(("Couldn't configure logging", e))
|
||||
print("Couldn't configure logging: {}".format(e))
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue