summaryrefslogtreecommitdiff
path: root/b4/mbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'b4/mbox.py')
-rw-r--r--b4/mbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/mbox.py b/b4/mbox.py
index 850558f..724e956 100644
--- a/b4/mbox.py
+++ b/b4/mbox.py
@@ -501,7 +501,7 @@ def main(cmdargs):
sys.exit(1)
msgs = b4.get_pi_thread_by_msgid(msgid, useproject=cmdargs.useproject, nocache=cmdargs.nocache)
- if not len(msgs):
+ if not msgs:
return
else:
if cmdargs.localmbox == '-':