changeset 19:091fd9f40b05

commitwatcher/agent.py
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 28 Sep 2013 20:33:17 -0700
parents 53533334469f
children a8e21cfda5fe
files commitwatcher/agent.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/commitwatcher/agent.py	Sat Sep 28 10:55:49 2013 -0700
+++ b/commitwatcher/agent.py	Sat Sep 28 20:33:17 2013 -0700
@@ -111,6 +111,6 @@
         # get paths from diff
         paths = self.lsdiff(raw_rev)
         print '%s :\n%s\n' % (revision,
-                              '\n'.join(['  %s' % path
-                                         for path in
-                                         sorted(paths)))
+                              '\n'.join([('  %s' % path)
+                                         for path in sorted(paths)]))
+