[PATCH 1/2] contrib/nmbug/ nmbug-status: restored out['subject']... block level
Tomi Ollila
tomi.ollila at iki.fi
Wed Jul 11 04:59:02 PDT 2012
On Wed, Jul 11 2012, Tomi Ollila <tomi.ollila at iki.fi> wrote:
> 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'])
> +
Damn, trailing whitespace above. I forgot to follow my own rule and attempt
to 'git am' these patches before sending. The next patch fixes this along
other changes it done. To lessen (patch) email flow I don't fix this at
this time in a hope that these 2 patches will be pushed.
Sorry for the inconvenience.
Tomi
> + 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