aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-07-11 12:10:04 +0300
committerDavid Bremner <bremner@debian.org>2012-07-12 16:01:42 -0600
commit620092001e58cb092634a0063758f3e4c05c75fa (patch)
treee9bb3a283e65d1d6dee7d0e9b99dbffd4c27df6a
parent3e5fb88f11359b0c3d43eb06f105ef42e63d31b5 (diff)
contrib/nmbug/ nmbug-status: restored out['subject']... block level
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.
-rwxr-xr-xcontrib/nmbug/nmbug-status5
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'])