Skip to content

Create directory only if needed in create_nexus_group

Loic Huder requested to merge create-dir into main

When the URL is of the type filename.h5::/1.1/fit, create_nexus_group fails since os.path.dirname(filename) is ''.

This MR adds a check to see if the directory creation is needed.

Merge request reports