]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
contrib/nmbug/ nmbug-status: restored out['subject']... block level
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 11 Jul 2012 09:10:04 +0000 (12:10 +0300)
committerDavid Bremner <bremner@debian.org>
Thu, 12 Jul 2012 22:01:42 +0000 (16:01 -0600)
In reformatting the line 111 accidentally indented to one indentation
level too much (happens easily when interactively indenting python
code using emacs). The line now has 4 spacess less indentation, thus
restoring it to the block level it belongs.

contrib/nmbug/nmbug-status

index 6aa86a05fd796545158d74e8c15e0e3e94179768..8c6377e5aab2a58b8795a3e0e7b989413eefc28d 100755 (executable)
@@ -108,8 +108,9 @@ def print_view(title, query, comment):
                 br = '<br />'
             else:
                 br = ''
-                out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
-                                        % (urllib.quote(mid), out['subject'])
+                
+            out['subject'] = '<a href="http://mid.gmane.org/%s">%s</a>' \
+                                    % (urllib.quote(mid), out['subject'])
 
             print " <tr><td>%s %s" % (br, out['date'])
             print "</td><td>%s %s" % (br, out['id'])