]> andersk Git - zcommit.git/commitdiff
Should not try to join on a string... heh
authorGreg Brockman <gdb@mit.edu>
Tue, 23 Mar 2010 08:11:37 +0000 (04:11 -0400)
committerGreg Brockman <gdb@mit.edu>
Tue, 23 Mar 2010 08:11:37 +0000 (04:11 -0400)
zcommit.py

index b96cf99bc676ddfa3d34dc2ad5258d307e654bac..cc9fec1abba5796b62721b0eb5f978fc53dd222f 100755 (executable)
@@ -76,7 +76,7 @@ class Application(object):
                     if c.get('modified'):
                         actions.append('Modified: %s\n' % ', '.join(c['modified']))
                     if not actions:
-                        actions = 'Something weird happened... could not figure out what action to take'
+                        actions.append('Something weird happened... could not figure out what action to take')
                     info = {'name' : c['author']['name'],
                             'email' : c['author']['email'],
                             'message' : c['message'],
This page took 0.048014 seconds and 5 git commands to generate.