Rashi Karanpuria has proposed merging lp:~rashi007/mailman/rashi into
lp:mailman.
Requested reviews:
Mailman Coders (mailman-coders)
Related bugs:
Bug #1165589 in GNU Mailman: "Switchboard fails to log the error message with
some exceptions."
https://bugs.launchpad.net/mailman/+bug/1165589
For more details, see:
https://code.launchpad.net/~rashi007/mailman/rashi/+merge/253080
Bug fix for 1165589
--
Your team Mailman Coders is requested to review the proposed merge of
lp:~rashi007/mailman/rashi into lp:mailman.
=== modified file 'copybump.py' (properties changed: +x to -x)
=== modified file 'cron/crontab.in.in' (properties changed: +x to -x)
=== modified file 'src/mailman/core/switchboard.py'
--- src/mailman/core/switchboard.py 2015-01-05 01:40:47 +0000
+++ src/mailman/core/switchboard.py 2015-03-16 16:28:28 +0000
@@ -179,9 +179,9 @@
os.rename(bakfile, psvfile)
else:
os.unlink(bakfile)
- except EnvironmentError:
+ except EnvironmentError as e:
elog.exception(
- 'Failed to unlink/preserve backup file: %s', bakfile)
+ 'Failed to unlink/preserve backup file: %s : %s', bakfile,str(e))
@property
def files(self):
_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders