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)
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