summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 16:32:26 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-25 16:32:26 +0100
commit8b84f00cce6e64336e0ac62573ab181348112464 (patch)
tree690e4f5f535f822f45aa333ad4dd9b2cf9677bec
parent62a73f7eb016b5bbd115b6a6286bd47873ce47bb (diff)
fix wrongly names variable format->out_format
-rwxr-xr-xnotmuch2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch b/notmuch
index 85736a9..c01dab3 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