diff --git a/certbot/compat/os.py b/certbot/compat/os.py index cca5ea63e..ddb7a2261 100644 --- a/certbot/compat/os.py +++ b/certbot/compat/os.py @@ -46,5 +46,5 @@ del ourselves, std_os, std_sys # "Administrators" group + "System" user, as they can do everything anyway. def chmod(*unused_args, **unused_kwargs): # pylint: disable=function-redefined """Method os.chmod() is forbidden""" - raise RuntimeError('Usage of os.chmod() is forbidden. ' # pragma: no cover + raise RuntimeError('Usage of os.chmod() is forbidden. ' 'Use certbot.compat.filesystem.chmod() instead.')