diff options
| -rw-r--r-- | Mailman/Archiver/Archiver.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mailman/Archiver/Archiver.py b/Mailman/Archiver/Archiver.py index b87405c63..48b6936b5 100644 --- a/Mailman/Archiver/Archiver.py +++ b/Mailman/Archiver/Archiver.py @@ -214,6 +214,8 @@ class Archiver: except: traceback.print_exc(file=sys.stderr) finally: + # need this or we'll never see the error messages! + sys.stderr.flush() os._exit(0) # |
