Log exception on invalid config
This commit is contained in:
parent
0705d6087c
commit
4114308193
@ -185,6 +185,7 @@ class Application(QApplication):
|
||||
configparser.DuplicateSectionError,
|
||||
configparser.DuplicateOptionError,
|
||||
configparser.ParsingError) as e:
|
||||
log.init.exception(e)
|
||||
errstr = "Error while reading config:"
|
||||
if hasattr(e, 'section') and hasattr(e, 'option'):
|
||||
errstr += "\n\n{} -> {}:".format(e.section, e.option)
|
||||
|
Loading…
Reference in New Issue
Block a user