Correct value type
This commit is contained in:
parent
e07edbb67d
commit
f8cf7ff1ce
2
NEWS
2
NEWS
@ -1,3 +1,5 @@
|
||||
Snapshot e07edbb67d
|
||||
|
||||
* Hide palettes when buttons are clicked. (edsiper)
|
||||
|
||||
Snapshot cebf25739b
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user