Rashi Karanpuria has proposed merging lp:~rashi007/mailman/mailman into 
lp:mailman.

Requested reviews:
  Mailman Coders (mailman-coders)

For more details, see:
https://code.launchpad.net/~rashi007/mailman/mailman/+merge/251870

Switchboard.py changed by solving bug #1165589
-- 
Your team Mailman Coders is requested to review the proposed merge of 
lp:~rashi007/mailman/mailman into lp:mailman.
=== 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-05 05:01:31 +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
Mailman-coders@python.org
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to