A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2010-February/089793.html below:

[Python-checkins] r78113 - python/trunk/Lib/plat-irix6/cdplayer.py

[Python-checkins] r78113 - python/trunk/Lib/plat-irix6/cdplayer.py [Python-checkins] r78113 - python/trunk/Lib/plat-irix6/cdplayer.pygeorg.brandl python-checkins at python.org
Mon Feb 8 23:37:21 CET 2010
Author: georg.brandl
Date: Mon Feb  8 23:37:20 2010
New Revision: 78113

Log:
Fix missing string formatting argument.

Modified:
   python/trunk/Lib/plat-irix6/cdplayer.py

Modified: python/trunk/Lib/plat-irix6/cdplayer.py
==============================================================================
--- python/trunk/Lib/plat-irix6/cdplayer.py	(original)
+++ python/trunk/Lib/plat-irix6/cdplayer.py	Mon Feb  8 23:37:20 2010
@@ -85,7 +85,7 @@
         new.write(self.id + '.title:\t' + self.title + '\n')
         new.write(self.id + '.artist:\t' + self.artist + '\n')
         for i in range(1, len(self.track)):
-            new.write('%s.track.%r:\t%s\n' % (i, track))
+            new.write('%s.track.%r:\t%s\n' % (self.id, i, track))
         old.close()
         new.close()
         posix.rename(filename + '.new', filename)
More information about the Python-checkins mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4