fix: parse subtree for a dynamic
This commit is contained in:
parent
a0843e08ca
commit
afb85063ac
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class RougailOutputDoc(Examples, Changelog):
|
|||
type_ = "variable"
|
||||
if child.isdynamic():
|
||||
self.populate_dynamic(child, type_, reload, uncalculated)
|
||||
if not uncalculated and child.isoptiondescription():
|
||||
if child.isoptiondescription():
|
||||
self._populate_dynamics(child, reload, uncalculated)
|
||||
for child in family.list(uncalculated=uncalculated):
|
||||
populate(child, uncalculated)
|
||||
|
|
|
|||
Loading…
Reference in a new issue