fix what was broken in merge train

This commit is contained in:
Ubuntu
2021-06-20 03:58:46 +10:00
parent 4dfde372c1
commit 89816bbc6e
+2 -3
View File
@@ -736,9 +736,8 @@ def _main():
nameservers=opts.nameservers,
dns_timeout=opts.dns_timeout,
strip_attachment_payloads=sa,
batch_size=opts.imap_batch_size
offline=opts.offline,
strip_attachment_payloads=sa)
batch_size=opts.imap_batch_size,
offline=opts.offline)
except FileExistsError as error:
logger.error("{0}".format(error.__str__()))
exit(1)