Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
fix abstract_objects reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedman committed Oct 13, 2011
1 parent 25df4ae commit b659a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/springpython/config/_yaml_config.py
Expand Up @@ -66,7 +66,7 @@ def read_object_defs(self):
# A dictionary of abstract objects, keyed by their IDs, used in
# traversing the hierarchies of parents; built upfront here for
# convenience.
abstract_objects = {}
self.abstract_objects = {}
for object in doc["objects"]:
if "abstract" in object:
self.abstract_objects[object["object"]] = object
Expand Down

0 comments on commit b659a4a

Please sign in to comment.