[PATCH 1/2] contrib/nmbug/ nmbug-status: restored out['subject']... block level

Tomi Ollila tomi.ollila at iki.fi
Wed Jul 11 02:10:04 PDT 2012


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 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/nmbug/nmbug-status b/contrib/nmbug/nmbug-status
index 6aa86a0..8c6377e 100755
--- a/contrib/nmbug/nmbug-status
+++ b/contrib/nmbug/nmbug-status
@@ -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'])
-- 
1.7.1



More information about the notmuch mailing list