release.py: Specify all the arguments for string formatting

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-05-18 03:31:16 -04:00
parent 660621d77e
commit 249180bc41
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ if __name__ == '__main__':
'| bzip2 -c >../Supybot-%s.tar.bz2' % (v, v, v))
print 'Creating zip.'
system('git archive --prefix=Supybot-%s/ --format=zip %s '
'>../Supybot-%s.zip' % (v, v))
'>../Supybot-%s.zip' % (v, v, v))
os.chdir('..')
shutil.rmtree('supybot')