Skip to content

Commit

Permalink
save NSID from list to dict 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Slautin committed Aug 23, 2024
1 parent b73361f commit 5b706fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SciFiReaders/readers/SID/Nsid_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ def read_all(self, recursive=True, parent=None):
list_of_datasets[keys[i]] = read_h5py_dataset(dset)
return list_of_datasets

def close(self):
self._h5_file.close()
def close(self):
self._h5_file.close()

0 comments on commit 5b706fe

Please sign in to comment.