Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: fix double defaulting of cache_path
Set `cache_path` only if it's actually defined, setting it to `None` will result the next default to take `None` as the actual value, instead of defaulting to `Path.pwd()`. Signed-off-by: Paul Spooren <[email protected]>
- Loading branch information