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
6fe450ca13
commit
ca28bae1a4
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ def commentnode_kwargs(kwargs):
|
|||
|
||||
:param dict kwargs: Keyword argument dictionary to validate.
|
||||
|
||||
:returns: Tuple of validated and prepared arguments and the remaining kwargs.
|
||||
:returns: Tuple of validated and prepared arguments and ParserNode kwargs.
|
||||
"""
|
||||
kwargs.setdefault("dirty", False)
|
||||
kwargs = validate_kwargs(kwargs, ["ancestor", "dirty", "filepath", "comment"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue