Skip to content

Commit

Permalink
fix code to consider record as object, also refactor if/else
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgenuchten committed Oct 3, 2024
1 parent 954eb6b commit 019ef9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pycsw/core/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,8 @@ def _parse_dc(context, repos, exml):

md = CswRecord(exml)

print(md)

if md.bbox is None:
bbox = None
else:
Expand Down

0 comments on commit 019ef9a

Please sign in to comment.