mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
release.py: Specify all the arguments for string formatting
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
660621d77e
commit
249180bc41
@ -121,7 +121,7 @@ if __name__ == '__main__':
|
|||||||
'| bzip2 -c >../Supybot-%s.tar.bz2' % (v, v, v))
|
'| bzip2 -c >../Supybot-%s.tar.bz2' % (v, v, v))
|
||||||
print 'Creating zip.'
|
print 'Creating zip.'
|
||||||
system('git archive --prefix=Supybot-%s/ --format=zip %s '
|
system('git archive --prefix=Supybot-%s/ --format=zip %s '
|
||||||
'>../Supybot-%s.zip' % (v, v))
|
'>../Supybot-%s.zip' % (v, v, v))
|
||||||
|
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
shutil.rmtree('supybot')
|
shutil.rmtree('supybot')
|
||||||
|
Loading…
Reference in New Issue
Block a user