Update certbot-apache/certbot_apache/parsernode_util.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Joona Hoikkala 2019-08-27 16:51:19 +03:00 committed by GitHub
parent 6fe450ca13
commit ca28bae1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"])