From 249180bc41fc3a3f195cdba982b2922271605eda Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 18 May 2009 03:31:16 -0400 Subject: [PATCH] release.py: Specify all the arguments for string formatting Signed-off-by: James Vega --- sandbox/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/release.py b/sandbox/release.py index dec7a7551..9c8e53878 100644 --- a/sandbox/release.py +++ b/sandbox/release.py @@ -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')