[xiph-cvs] r6471 - trunk/positron/positron
volsung at xiph.org
volsung at xiph.org
Tue Mar 30 08:22:45 PST 2004
Author: volsung
Date: 2004-03-30 11:22:44 -0500 (Tue, 30 Mar 2004)
New Revision: 6471
Modified:
trunk/positron/positron/cmd_rebuild.py
Log:
Properly blank the rest of the line which will have leftover status info from
add_file.gen_filename().
<p>Modified: trunk/positron/positron/cmd_rebuild.py
===================================================================
--- trunk/positron/positron/cmd_rebuild.py 2004-03-30 16:20:05 UTC (rev 6470)
+++ trunk/positron/positron/cmd_rebuild.py 2004-03-30 16:22:44 UTC (rev 6471)
@@ -104,7 +104,7 @@
(recordings, rest) = list_split(filelist, test_rec_func)
(hisi, rest) = list_split(rest, test_hisi_func)
- print " %d found." % (len(filelist),)
+ print " %d found." % (len(filelist),), " "*60
print "\nAdding music tracks to audio database..."
audio_db = neuros.open_db("audio")
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list