Fri, 13 Oct 2017 22:42:35 +0200
Drop error message if no error handler is specified by plugin.
Utilities/BackgroundService.py | file | annotate | diff | comparison | revisions |
--- a/Utilities/BackgroundService.py Tue Oct 10 19:05:00 2017 +0200 +++ b/Utilities/BackgroundService.py Fri Oct 13 22:42:35 2017 +0200 @@ -211,7 +211,7 @@ 'An error in Erics background client stopped the' ' service.') ) - except KeyError: + except (KeyError, TypeError): # ignore silently pass if res != E5MessageBox.No: