Skip to content

Commit

Permalink
Stash Annotations before parsing Item in ItemScheme
Browse files Browse the repository at this point in the history
…in addition to the Name and Description.
  • Loading branch information
khaeru committed Oct 9, 2023
1 parent 044735e commit ad90c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdmx/reader/xml/v21.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ def _item_start(reader, elem):
# No child elements; stash() anyway, but it will be a no-op
pass

reader.stash("Name", "Description")
reader.stash(model.Annotation, "Name", "Description")


@end(
Expand Down

0 comments on commit ad90c6d

Please sign in to comment.