mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +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()
|
||||
|
||||
if not first_toplevel:
|
||||
if format.lower()=="json":
|
||||
if out_format.lower()=="json":
|
||||
sys.stdout.write(", ")
|
||||
|
||||
first_toplevel = False
|
||||
|
|
Loading…
Reference in a new issue