mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Update certbot-apache/certbot_apache/parsernode_util.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
ca28bae1a4
commit
5dc64c36e2
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ def node_kwargs(kwargs):
|
|||
|
||||
:param dict kwargs: Keyword argument dictionary to validate.
|
||||
|
||||
:returns: Tuple of validated and prepared arguments.
|
||||
:returns: Tuple of validated and prepared arguments and ParserNode kwargs.
|
||||
"""
|
||||
kwargs.setdefault("dirty", False)
|
||||
kwargs.setdefault("enabled", True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue