Commit 8fd12b8
committed
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 <mail@aparcar.org>1 parent b85a0c7 commit 8fd12b8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
| 360 | + | |
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
| |||
0 commit comments