mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Use dummy value for ancestor
This commit is contained in:
parent
f249f97a76
commit
eb437dad84
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class AugeasBlockNode(AugeasDirectiveNode):
|
|||
# Because of the dynamic nature, and the fact that we're not populating
|
||||
# the complete ParserNode tree, we use the search parent as ancestor
|
||||
return AugeasCommentNode(comment=comment,
|
||||
ancestor=self,
|
||||
ancestor=assertions.PASS,
|
||||
filepath=apache_util.get_file_path(path),
|
||||
metadata=metadata)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue