Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localstorage: fix missing cast to Path
The current code assumed that `path` is already a `pathlib.Path` instance, despite it being a string. This commit fixes that.
- Loading branch information