SvenMarcus / hpc-rocket

https://svenmarcus.github.io/hpc-rocket/
MIT License
26 stars 3 forks source link

Make PyFilesystem2 work with arbitrary paths or drop it entirely #35

Closed SvenMarcus closed 2 years ago

SvenMarcus commented 2 years ago

PyFilesystem2 sandboxes the user inside the directory it is opened in. This is awkward behaviour if the user can freely specify paths to copy/delete.

We should either use PyFS's openers to open filesystems as needed or drop it if it doesn't work out.