mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Enable coverage
This commit is contained in:
parent
842b371f22
commit
6a8fcfd8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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.')
|
||||
|
|
|
|||
Loading…
Reference in a new issue