TrayLayout: Show errors on parsing the layout
This commit is contained in:
parent
d2d97b01c9
commit
45e9fdc68a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue