From: Sebastian Spaeth Date: Thu, 25 Mar 2010 15:32:26 +0000 (+0100) Subject: fix wrongly names variable format->out_format X-Git-Tag: 0.3~121^2~24 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8b84f00cce6e64336e0ac62573ab181348112464 fix wrongly names variable format->out_format --- diff --git a/notmuch b/notmuch index 85736a9a..c01dab34 100755 --- a/notmuch +++ b/notmuch @@ -339,7 +339,7 @@ if __name__ == '__main__': msgs = thrd.get_toplevel_messages() if not first_toplevel: - if format.lower()=="json": + if out_format.lower()=="json": sys.stdout.write(", ") first_toplevel = False