[Python-checkins] release: More tweaking of my threefourtool.

larry.hastings python-checkins at python.org
Fri Feb 21 09:13:26 CET 2014


http://hg.python.org/release/rev/39f56476d896
changeset:   74:39f56476d896
user:        Larry Hastings <larry at hastings.org>
date:        Fri Feb 21 00:13:24 2014 -0800
summary:
  More tweaking of my threefourtool.

files:
  3.4/threefourtool.py |  6 +++++-
  1 files changed, 5 insertions(+), 1 deletions(-)


diff --git a/3.4/threefourtool.py b/3.4/threefourtool.py
--- a/3.4/threefourtool.py
+++ b/3.4/threefourtool.py
@@ -443,7 +443,11 @@
             result = os.system(cmd)
             print()
             if result != 0:
-                print("Process return code:", result)
+                print("*" * 79)
+                print("*" * 79)
+                print("** Process return code:", result )
+                print("*" * 79)
+                print("*" * 79)
         else:
             cmd()
 

-- 
Repository URL: http://hg.python.org/release


More information about the Python-checkins mailing list