Skip to content

Commit

Permalink
fix for older iris versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Nov 6, 2024
1 parent d4e3f11 commit 1e2d5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmf_regrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
raise exc

if hasattr(_imesh, "PARSE_UGRID_ON_LOAD"):
_load_context = _imesh.PARSE_UGRID_ON_LOAD
_load_context = _imesh.PARSE_UGRID_ON_LOAD.context
else:
from contextlib import nullcontext

Expand Down

0 comments on commit 1e2d5d0

Please sign in to comment.