]> andersk Git - zcommit.git/blobdiff - zcommit.py
Should not try to join on a string... heh
[zcommit.git] / 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.030122 seconds and 4 git commands to generate.