mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-26 04:45:20 +01:00
fix wrongly names variable format->out_format
This commit is contained in:
parent
62a73f7eb0
commit
8b84f00cce
1 changed files with 1 additions and 1 deletions
2
notmuch
2
notmuch
|
@ -339,7 +339,7 @@ if __name__ == '__main__':
|
||||||
msgs = thrd.get_toplevel_messages()
|
msgs = thrd.get_toplevel_messages()
|
||||||
|
|
||||||
if not first_toplevel:
|
if not first_toplevel:
|
||||||
if format.lower()=="json":
|
if out_format.lower()=="json":
|
||||||
sys.stdout.write(", ")
|
sys.stdout.write(", ")
|
||||||
|
|
||||||
first_toplevel = False
|
first_toplevel = False
|
||||||
|
|
Loading…
Reference in a new issue