diff -r 595547ab8d6f -r 23d37fb05a21 eric7/eric7.py --- a/eric7/eric7.py Fri Aug 20 18:02:46 2021 +0200 +++ b/eric7/eric7.py Fri Aug 20 19:54:49 2021 +0200 @@ -160,7 +160,6 @@ # Workaround for a strange issue with QScintilla if str(excValue) == "unable to convert a QVariant back to a Python object": return - # TODO: remove this workaround once issue is resolved separator = '-' * 80 logFile = os.path.join(Globals.getConfigDir(), "eric7_error.log")