DebugClients/Python/DebugClientBase.py

changeset 4566
a2e8f3c420ec
parent 4563
881340f4bd0c
child 4604
623f95f1531b
--- a/DebugClients/Python/DebugClientBase.py	Sun Nov 15 13:59:43 2015 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Sun Nov 15 14:29:20 2015 +0100
@@ -2117,7 +2117,7 @@
                 else:   # unknown option
                     del args[0]
             if not args:
-                print "No program given. Aborting!"
+                print "No program given. Aborting!"     # __IGNORE_WARNING__
             else:
                 if not self.noencoding:
                     self.__coding = self.defaultCoding
@@ -2158,7 +2158,7 @@
                 self.connectDebugger(port, remoteAddress, redirect)
                 self.__interact()
             else:
-                print "No network port given. Aborting..."
+                print "No network port given. Aborting..."  # __IGNORE_WARNING__
         
     def fork(self):
         """

eric ide

mercurial