Create directory only if needed in create_nexus_group
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.
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.