Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jan 28, 2025
1 parent 3f921b2 commit 2d99365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _check_external_file_starting_frame_length(self):
the number of files in 'external_file'.
"""
if self.external_file is None:
return
return
if get_data_shape(self.external_file) == get_data_shape(self.starting_frame):
return

Expand Down

0 comments on commit 2d99365

Please sign in to comment.