# HG changeset patch # User Pascal Volk # Date 1320787890 0 # Node ID 807ad4df07748de7cb508505aefc12b8ec864012 # Parent 1ebb6b88f58999a93b96eccd76f6e77d00b7a500 VMM/handler: Added a comment for the Translation Project. 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,