DebugClients/Python/DebugClientBase.py

changeset 5616
adcffadf4962
parent 5595
1d4706f786d6
child 5651
982465f8389c
--- a/DebugClients/Python/DebugClientBase.py	Thu Mar 16 19:30:15 2017 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Thu Mar 16 19:32:33 2017 +0100
@@ -179,7 +179,7 @@
     clientCapabilities = DebugClientCapabilities.HasAll
     
     # keep these in sync with VariablesViewer.VariableItem.Indicators
-    Indicators = ("()", "[]", "{:}", "{}")         # __IGNORE_WARNING__
+    Indicators = ("()", "[]", "{:}", "{}")      # __IGNORE_WARNING_M613__
     
     def __init__(self):
         """
@@ -2005,7 +2005,8 @@
                 else:   # unknown option
                     del args[0]
             if not args:
-                print("No program given. Aborting!")    # __IGNORE_WARNING__
+                print("No program given. Aborting!")
+                # __IGNORE_WARNING_M801__
             else:
                 if not self.noencoding:
                     self.__coding = self.defaultCoding
@@ -2046,7 +2047,8 @@
                 self.connectDebugger(port, remoteAddress, redirect)
                 self.__interact()
             else:
-                print("No network port given. Aborting...")     # __IGNORE_WARNING__
+                print("No network port given. Aborting...")
+                # __IGNORE_WARNING_M801__
         
     def fork(self):
         """

eric ide

mercurial