Made it far less likely for the UI to lock up
This commit is contained in:
@@ -72,7 +72,7 @@ class CommandQueue():
|
||||
try:
|
||||
if cb is not None: cb(*args, **kwargs)
|
||||
except Exception:
|
||||
self.log.exception('During command queue callback')
|
||||
self.log.exception('Internal error: Command queue callback error')
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user