--- a/eric6/E5Gui/E5OverrideCursor.py Sat Oct 10 16:03:53 2020 +0200 +++ b/eric6/E5Gui/E5OverrideCursor.py Sun Oct 11 17:54:52 2020 +0200 @@ -53,7 +53,7 @@ QGuiApplication.restoreOverrideCursor() QGuiApplication.processEvents(QEventLoop.ExcludeUserInputEvents) - return None + return None # __IGNORE_WARNING_M831__ class E5OverridenCursor(contextlib.AbstractContextManager): @@ -98,7 +98,7 @@ QGuiApplication.setOverrideCursor(self.__cursor) QGuiApplication.processEvents(QEventLoop.ExcludeUserInputEvents) - return None + return None # __IGNORE_WARNING_M831__ class E5OverrideCursorProcess(QProcess):