mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
bring make_or_verify_dir docstring up to date
This commit is contained in:
parent
4f35f3fdf7
commit
48b7c01a59
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ def make_or_verify_dir(directory, mode=0o755, uid=0, strict=False):
|
|||
:param str directory: Path to a directory.
|
||||
:param int mode: Directory mode.
|
||||
:param int uid: Directory owner.
|
||||
:param bool strict: require directory to be owned by current user
|
||||
|
||||
:raises .errors.Error: if a directory already exists,
|
||||
but has wrong permissions or owner
|
||||
|
|
|
|||
Loading…
Reference in a new issue