Mon, 10 Feb 2025 16:27:06 +0100
Added code to get rid of spurious runtime issues when shutting down the IDE.
src/eric7/PipInterface/Pip.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/PipInterface/Pip.py Mon Feb 10 14:09:14 2025 +0100 +++ b/src/eric7/PipInterface/Pip.py Mon Feb 10 16:27:06 2025 +0100 @@ -117,6 +117,7 @@ Public method to perform shutdown actions. """ if self.__outdatedProc is not None: + self.__outdatedProc.finished.disconnect() self.__outdatedProc.kill() # end the process forcefully self.__outdatedProc = None