Merged with fix done by Tobias.

Sat, 14 Oct 2017 20:08:47 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 14 Oct 2017 20:08:47 +0200
changeset 5902
fb4b68592b7c
parent 5900
cd90bfdc1247 (current diff)
parent 5901
96bb9e46ec89 (diff)
child 5903
7e7002215f9e

Merged with fix done by Tobias.

--- a/Utilities/BackgroundService.py	Sat Oct 14 20:07:08 2017 +0200
+++ b/Utilities/BackgroundService.py	Sat Oct 14 20:08:47 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