Skip to content

Commit

Permalink
Revert "Remove redundant conversion"
Browse files Browse the repository at this point in the history
This reverts commit 8a57854.
  • Loading branch information
ndevenish committed May 22, 2024
1 parent 8a57854 commit ab534d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dxtbx/format/FormatNXmxDLS.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _local_visit(name) -> Path | None:
return kfile
return None

master_like = Path(master_like)
with h5py.File(master_like) as f:
meta_filename = f.visit(_local_visit)

Expand Down

0 comments on commit ab534d5

Please sign in to comment.