Skip to content

Commit

Permalink
parse local_name
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Nov 17, 2023
1 parent e2c4d7b commit 71e2e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def registry_parser(config: str) -> MappingRegistry:
MappingSetReference(
mapping_set_id=mapping["mapping_set_id"],
mapping_set_group=mapping["mapping_set_group"],
local_name=mapping["local_name"],
)
for mapping in data["mapping_set_references"]
)
Expand Down

0 comments on commit 71e2e41

Please sign in to comment.