From 8b84f00cce6e64336e0ac62573ab181348112464 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 25 Mar 2010 16:32:26 +0100 Subject: [PATCH] fix wrongly names variable format->out_format --- notmuch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0