Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anoukvlug committed Mar 29, 2023
1 parent aabf739 commit 0a447c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oggm/utils/_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2982,7 +2982,7 @@ def read_pickle(self, filename, use_compression=None, filesuffix=''):
out = pickle.load(f)
except ModuleNotFoundError as err:
if str(err) == "No module named 'shapely.io'":
raise ModuleNotFoundError("You need shapely to version 2.0 or higher for this to work.")
raise ModuleNotFoundError("You need shapely version 2.0 or higher for this to work.")

# Some new attrs to add to old pre-processed directories
if filename == 'model_flowlines':
Expand Down

0 comments on commit 0a447c3

Please sign in to comment.