Skip to content

Commit

Permalink
silx.io.h5py_utils: avoid overwriting parameters provided to h5py.Fil…
Browse files Browse the repository at this point in the history
…e to avoid missalignments
  • Loading branch information
payno committed Feb 22, 2024
1 parent 0abd43e commit bd48dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/io/h5py_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def __init__(
)
if locking is None:
locking = enable_file_locking
locking = _hdf5_file_locking(
_hdf5_file_locking(
mode=mode, locking=locking, swmr=swmr, libver=libver
)
if self._LOCKING_MGR is None:
Expand Down

0 comments on commit bd48dfd

Please sign in to comment.