Some reformatting of error messages, mostly regarding line breaks.

This commit is contained in:
Veronica K. B. Olsen
2020-05-28 22:48:37 +02:00
parent 6f5a30092e
commit d852a1a144
6 changed files with 18 additions and 10 deletions
+3 -1
View File
@@ -249,7 +249,9 @@ class GuiIcons:
try:
confParser.read_file(open(themeConf, mode="r", encoding="utf8"))
except Exception as e:
self.theParent.makeAlert(["Could not load theme config file.",str(e)],nwAlert.ERROR)
self.theParent.makeAlert(
["Could not load theme config file.",str(e)], nwAlert.ERROR
)
continue
themeName = ""
if confParser.has_section("Main"):