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.
This commit is contained in:
Tomi Ollila 2012-07-11 12:10:04 +03:00 committed by David Bremner
parent 3e5fb88f11
commit 620092001e

View file

@ -108,6 +108,7 @@ 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'])