Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Aug 23, 2023
1 parent 65f7ff5 commit 71d6f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/odin_data/meta_writer/hdf5dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ def write(self, data):
"%s | Data shape %s does not match dataset shape %s"
" and resize failed:\n%s",
self.name,
self.shape,
data.shape,
self.shape,
exception
)
return
Expand Down

0 comments on commit 71d6f11

Please sign in to comment.