We're not handling str path and just pass it to h5py.File here
|
else: |
|
self._file = h5py.File(name, *args, **kwargs) |
|
self._manage_file_context = True |
|
super().__init__(self._file, definitions=definitions) |
But maybe we can wrap it with pathlib.Path to make sure it works...?
Since you copy + paste from windows finder, it gives you path with \
but users might not know of pathlib.Path, especially when you're using high-level interface like workflows.