Skip to content

Commit

Permalink
Update smash/io/hdf5_io.py
Browse files Browse the repository at this point in the history
Co-authored-by: Francois Colleoni <[email protected]>
  • Loading branch information
maximejay and inoelloc authored Jul 3, 2023
1 parent 9f8ce9b commit bd0c305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smash/io/hdf5_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def dump_object_to_hdf5_from_list_attribute(hdf5,instance,list_attr):
else:

raise ValueError(
f"unconsistant {attr} in {list_attr}. {attr} must be a an instance of dict, list or str"
f"inconsistent {attr} in {list_attr}. {attr} must be a an instance of dict, list or str"
)

else:
Expand Down

0 comments on commit bd0c305

Please sign in to comment.