diff -r 1ebb6b88f589 -r 807ad4df0774 VirtualMailManager/handler.py --- a/VirtualMailManager/handler.py Tue Nov 08 01:42:49 2011 +0000 +++ b/VirtualMailManager/handler.py Tue Nov 08 21:31:30 2011 +0000 @@ -112,6 +112,7 @@ fmode = int(oct(fstat.st_mode & 0777)) if fmode % 100 and fstat.st_uid != fstat.st_gid or \ fmode % 10 and fstat.st_uid == fstat.st_gid: + # TP: Please keep the backticks around the command. `chmod 0600 …` raise PermissionError(_(u"wrong permissions for '%(file)s': " u"%(perms)s\n`chmod 0600 %(file)s` would " u"be great.") % {'file': self._cfg_fname,