Skip to content

Commit

Permalink
Update error
Browse files Browse the repository at this point in the history
Co-authored-by: barneydobson <barnaby.dobson1@gmail.com>
  • Loading branch information
liuly12 and barneydobson committed Apr 10, 2024
1 parent 8a22275 commit 4b32b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsimod/nodes/land.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def apply_overrides(self, overrides = Dict[str, Any]):
elif isinstance(content, dict):
self.data_input_dict = content
else:
print('ERROR: not recognised format for data_input_dict')
raise ValueError(f'{content.__class__} is not a recognised format for data_input_dict')

super().apply_overrides(overrides)

Expand Down

0 comments on commit 4b32b9b

Please sign in to comment.