--- a/src/eric7/DebugClients/Python/DebugClientBase.py Wed Nov 02 10:12:25 2022 +0100 +++ b/src/eric7/DebugClients/Python/DebugClientBase.py Wed Nov 02 12:07:01 2022 +0100 @@ -257,7 +257,7 @@ @param terminate flag indicating to terminate (boolean) """ - with contextlib.suppress(Exception): + with contextlib.suppress(Exception): # secok self.set_quit() self.debugging = False