Skip to content

Commit

Permalink
Update file_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Oct 30, 2024
1 parent 6ccff4b commit 3fc1c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyTEMlib/file_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def open_file(filename=None, h5_group=None, write_hdf_file=False, sum_frames=Fa
return {}
else:
if isinstance(datasets, dict):
pass
dataset_dict = datasets

else:
dataset_dict = {}
Expand Down

0 comments on commit 3fc1c23

Please sign in to comment.