NaturalHPC / cerulean

A Python 3 library for talking to HPC clusters and supercomputers
Apache License 2.0
7 stars 2 forks source link

FileSystem should have root()? #7

Closed LourensVeen closed 5 years ago

LourensVeen commented 5 years ago

It'd be nice if we could get a Path to the root of a FileSystem using .root(). Workaround is to use fs / '', but that's not very pretty or clear.

ISTR that I had this at some point, then removed or decided against it. Should see if I can find back why...

LourensVeen commented 5 years ago

Seems like it was in the design and I just didn't implement it, should add then.

LourensVeen commented 5 years ago

Fixed by 31a2740