src/eric7/DebugClients/Python/DebugClientBase.py

branch
eric7
changeset 9462
e65379fdbd97
parent 9409
fab36282c912
child 9473
3f23dbf37dbe
--- 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

eric ide

mercurial