diff -r af06dde4f4ef -r f95dde35d0ab eric6/Utilities/BackgroundClient.py --- 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): """