TrayLayout: Show errors on parsing the layout

This commit is contained in:
Florian Festi 2019-11-22 16:30:30 +01:00
parent d2d97b01c9
commit 45e9fdc68a
1 changed files with 0 additions and 1 deletions

View File

@ -487,7 +487,6 @@ class BServer:
try:
box.parse(box.layout.split("\n"))
except Exception as e:
raise
start_response(status, headers)
return self.errorMessage(name, e)