commit | 65fe0882d393ddfb66d4b0e88729840ed70c0697 | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Wed Apr 19 12:25:25 2017 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Wed Apr 19 12:25:25 2017 +0200 |
tree | cb280206395d076122b5040f19fd5310298b31a9 | |
parent | 8902944037643b99c6fed09dc7a45a07f5f4b3b9 [diff] |
environment needs to passed into recursive calls of _recurse_entity
diff --git a/reclass/core.py b/reclass/core.py index 197654b..a19dd86 100644 --- a/reclass/core.py +++ b/reclass/core.py
@@ -104,7 +104,7 @@ raise e descent = self._recurse_entity(class_entity, seen=seen, - nodename=nodename) + nodename=nodename, environment=environment) # on every iteration, we merge the result of the recursive # descent into what we have so far… merge_base.merge(descent)