Correct value type

This commit is contained in:
Marco Pesenti Gritti 2007-07-08 21:49:54 +02:00
parent e07edbb67d
commit f8cf7ff1ce
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
Snapshot e07edbb67d
* Hide palettes when buttons are clicked. (edsiper) * Hide palettes when buttons are clicked. (edsiper)
Snapshot cebf25739b Snapshot cebf25739b

View File

@ -108,7 +108,7 @@ def cmd_build_snapshot():
print 'Committing to git...' print 'Committing to git...'
changelog = 'Snapshot %d.' % alphatag changelog = 'Snapshot %s.' % alphatag
retcode = subprocess.call(['git', 'commit', '-a', '-m % s' % changelog]) retcode = subprocess.call(['git', 'commit', '-a', '-m % s' % changelog])
if retcode: if retcode:
print 'ERROR - cannot commit to git' print 'ERROR - cannot commit to git'