diff -r db77501aeaed -r 0854fb9f3bc5 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: