You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on #204 and the fix in #205, I noticed that a path with repeated forward slashes will silently ignore any valid path before the last such '/' and treat the rest of the path specification as an absolute path. E.g., a NeXus HDF5 file with an NXinstrument group at /entry/instrument opened as file will pass the following assert statement
Following up on #204 and the fix in #205, I noticed that a path with repeated forward slashes will silently ignore any valid path before the last such
'/'
and treat the rest of the path specification as an absolute path. E.g., a NeXus HDF5 file with anNXinstrument
group at/entry/instrument
opened asfile
will pass the following assert statementthis behavior is contrary to file system paths under unix-like systems which treat repeated path separators as if they were singular.
The text was updated successfully, but these errors were encountered: