Utilities/BackgroundService.py

changeset 5901
96bb9e46ec89
parent 5875
3052fb9cf357
child 6048
82ad8ec9548c
--- 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:

eric ide

mercurial