Skip to content

Commit

Permalink
typo (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Sep 2, 2024
1 parent 1336c8e commit 81042c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabio/app/densify.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def decompress_one(self, filename):
# link peaks to destination files
if sparse.peaks:
with h5py.File(output, "a") as h:
h[posixpath.join(h['default'], posixpath.split(sparse.peaks)-1)] = h5py.ExternalLink(filename, sparse.peaks)
h[posixpath.join(h.attrs['default'], posixpath.split(sparse.peaks)-1)] = h5py.ExternalLink(filename, sparse.peaks)

if self.args.format.startswith("eiger"):
save_master(output, filename)
Expand Down

0 comments on commit 81042c9

Please sign in to comment.