VMM/Handler: fixed a SyntaxError. Oops v0.6.x
authorPascal Volk <neverseen@users.sourceforge.net>
Sun, 07 Feb 2010 06:28:35 +0000
branchv0.6.x
changeset 192 0854fb9f3bc5
parent 191 db77501aeaed
child 193 a259bdeaab5c
VMM/Handler: fixed a SyntaxError. Oops
VirtualMailManager/Handler.py
--- a/VirtualMailManager/Handler.py	Sun Feb 07 06:12:48 2010 +0000
+++ b/VirtualMailManager/Handler.py	Sun Feb 07 06:28:35 2010 +0000
@@ -563,7 +563,7 @@
 The account has been successfully deleted from the database.
     But an error occurred while deleting the following directory:
     ā€œ%(directory)sā€
-    Reason: %(reason)s""") %
+    Reason: %(reason)s""") % \
                     {'directory': acc.getDir('home'), 'reason': e.msg()}
                     self.__warnings.append(warning)
                 else: