aiidateam / disk-objectstore

An implementation of an efficient "object store" (actually, a key-value store) writing files on disk and not requiring a running server
https://disk-objectstore.readthedocs.io
MIT License
16 stars 8 forks source link

Accept `pathlib.Path` in `BackupManager` #170

Open sphuber opened 5 months ago

sphuber commented 5 months ago

Even though the user should be allowed to pass a str to support <user>@host:path, forcing the user to use str instead of pathlib.Path even for local paths is unnecessary. Should support both.