eric6.py

changeset 4566
a2e8f3c420ec
parent 4489
d0d6e4ad31bd
child 4615
7c090c9d389d
--- a/eric6.py	Sun Nov 15 13:59:43 2015 +0100
+++ b/eric6.py	Sun Nov 15 14:29:20 2015 +0100
@@ -122,7 +122,7 @@
             client.processArgs(sys.argv[1:])
         sys.exit(0)
     elif res < 0:
-        print("eric6: {0}".format(client.errstr()))
+        print("eric6: {0}".format(client.errstr()))     # __IGNORE_WARNING__
         sys.exit(res)
 
 
@@ -183,7 +183,7 @@
             msg = msg.encode(sys.stdout.encoding, 'replace')
             versionInfo = versionInfo.encode(sys.stdout.encoding, 'replace')
         warning = notice + msg + versionInfo
-        print(warning)
+        print(warning)                          # __IGNORE_WARNING__
     else:
         warning = notice + msg + versionInfo
         # Escape &<> otherwise it's not visible in the error dialog

eric ide

mercurial