mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
93a2585352
commit
c937e74be6
@ -248,6 +248,7 @@ def main(args=sys.argv):
|
|||||||
except:
|
except:
|
||||||
if outbox is not None:
|
if outbox is not None:
|
||||||
outbox.add(msg)
|
outbox.add(msg)
|
||||||
|
outbox.close()
|
||||||
print 'Delivery failed. Message saved to', opts.outbox
|
print 'Delivery failed. Message saved to', opts.outbox
|
||||||
raise
|
raise
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user