Skip to content

Support windows-style path...? #240

Open
@YooSunYoung

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions