Rev 5314: Another tuple-printing case fixed. in http://bazaar.launchpad.net/~lifeless/bzr/py3

Robert Collins robertc at robertcollins.net
Tue Jun 22 05:15:27 BST 2010


At http://bazaar.launchpad.net/~lifeless/bzr/py3

------------------------------------------------------------
revno: 5314
revision-id: robertc at robertcollins.net-20100622041525-3nigypxfyvm4x31e
parent: robertc at robertcollins.net-20100621215849-xiby3pyuyf50ou4t
committer: Robert Collins <robertc at robertcollins.net>
branch nick: py3
timestamp: Tue 2010-06-22 16:15:25 +1200
message:
  Another tuple-printing case fixed.
=== modified file 'setup.py'
--- a/setup.py	2010-06-21 21:58:49 +0000
+++ b/setup.py	2010-06-22 04:15:25 +0000
@@ -125,7 +125,7 @@
                 f = file(batch_path, "w")
                 f.write(batch_str)
                 f.close()
-                print("Created:", batch_path)
+                print("Created: %s" % batch_path)
             except Exception:
                 e = sys.exc_info()[1]
                 print("ERROR: Unable to create %s: %s" % (batch_path, e))




More information about the bazaar-commits mailing list