We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25df4ae commit b659a4aCopy full SHA for b659a4a
src/springpython/config/_yaml_config.py
@@ -66,7 +66,7 @@ def read_object_defs(self):
66
# A dictionary of abstract objects, keyed by their IDs, used in
67
# traversing the hierarchies of parents; built upfront here for
68
# convenience.
69
- abstract_objects = {}
+ self.abstract_objects = {}
70
for object in doc["objects"]:
71
if "abstract" in object:
72
self.abstract_objects[object["object"]] = object
0 commit comments