Skip to content

Commit

Permalink
Update hydrolib/core/basemodel.py
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur van Dam <arthurvd@gmail.com>
  • Loading branch information
MRVermeulenDeltares and arthurvd authored Mar 17, 2023
1 parent e6adb23 commit 16463fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/basemodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ def _change_to_path(filepath):
return Path(filepath)

@validator("filepath")
def _conform_filepath_to_hydrolib_standard(cls, value):
def _conform_filepath_to_pathlib(cls, value):
return FileModel._change_to_path(value)


Expand Down

0 comments on commit 16463fa

Please sign in to comment.