/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2010-06-22 04:15:25 UTC
  • mto: This revision was merged to the branch mainline in revision 5314.
  • Revision ID: robertc@robertcollins.net-20100622041525-3nigypxfyvm4x31e
Another tuple-printing case fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
                f = file(batch_path, "w")
126
126
                f.write(batch_str)
127
127
                f.close()
128
 
                print("Created:", batch_path)
 
128
                print("Created: %s" % batch_path)
129
129
            except Exception:
130
130
                e = sys.exc_info()[1]
131
131
                print("ERROR: Unable to create %s: %s" % (batch_path, e))