-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Objects in the catalog are known and queried by logical path, ie the name,
ICAT=> select * from r_coll_main;
ICAT=> select coll_name from r_coll_main;
coll_name
-----------------------------
/
/tempZone
/tempZone/home
/tempZone/trash
/tempZone/home/public
/tempZone/trash/home/public
/tempZone/trash/home/rods
[...]
It seems, in keeping with this, that getting the path of a given collection,etc, via an iRODSFS should yield the same.
However, we see this instead:
>>> irfs = fs_irods.iRODSFS(s)
>>> for path,_,_ in irfs.walk(): print(path)
...
/
/home
/trash
/home/alice
/home/public
/home/rods
/trash/home
/home/rods/dir
[...]
The zone-named leading components of the paths are missing.
Metadata
Metadata
Assignees
Labels
No labels