From f8cf7ff1ce7f934981444ef2ded78520f4da1266 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 08 Jul 2007 19:49:54 +0000 Subject: Correct value type --- (limited to 'maint-helper.py') diff --git a/maint-helper.py b/maint-helper.py index bc87976..9b76d51 100755 --- a/maint-helper.py +++ b/maint-helper.py @@ -108,7 +108,7 @@ def cmd_build_snapshot(): print 'Committing to git...' - changelog = 'Snapshot %d.' % alphatag + changelog = 'Snapshot %s.' % alphatag retcode = subprocess.call(['git', 'commit', '-a', '-m % s' % changelog]) if retcode: print 'ERROR - cannot commit to git' -- cgit v0.9.1