Skip to content

Commit

Permalink
hopefully the last one
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jun 5, 2019
1 parent a3d9cfa commit e1927b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/frontends/open_pmd/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def __init__(self, ds, field_list):
self.known_other_fields += ((ytname, (unit, aliases, None)),)
for i in self.known_other_fields:
mylog.debug("open_pmd - known_other_fields - {}".format(i))
except(KeyError):
except(KeyError, TypeError, AttributeError):
pass

try:
Expand Down

0 comments on commit e1927b9

Please sign in to comment.