aiidateam/archive-path

`ZipPath.root` is different from `PurePath.root`

Opened this issue · 0 comments

moi90 commented

While PurePath.root is "A string representing the (local or global) root, if any", ZipPath.root is the root zip file.

For consistency reasons, ZipPath.root should return "" (or "/"?) and the root zip file should be accessible under a different name.