VirtualMailManager/handler.py
branchv0.6.x
changeset 470 807ad4df0774
parent 458 4ff0fa3ba0fa
child 493 30365a87650d
--- 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,