Skip to content

Commit

Permalink
Merge branch 'release-v0.2.43'
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Dec 6, 2023
2 parents 83216c1 + 1020576 commit 0b609d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/utils/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def deserialize_all_objects(obj):
return u.Quantity(obj)

# Try to parse a ISO-8061 datetime string.
with suppress(TypeError, ValueError):
with suppress(Exception):
return date_parse(obj)

return obj
Expand Down

0 comments on commit 0b609d3

Please sign in to comment.