eric6/Utilities/BackgroundClient.py

changeset 8264
f95dde35d0ab
parent 8243
cc717c2ae956
child 8267
6baca884c73a
--- a/eric6/Utilities/BackgroundClient.py	Mon Apr 26 17:19:39 2021 +0200
+++ b/eric6/Utilities/BackgroundClient.py	Mon Apr 26 17:33:08 2021 +0200
@@ -68,6 +68,8 @@
             return 'ok'
         except ImportError:
             return 'Import Error'
+        except Exception as err:
+            return str(err)
 
     def __send(self, fx, fn, data):
         """

eric ide

mercurial