This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ def _plural(value: int, unit: str) -> str:
|
||||
|
||||
class MemoryStore:
|
||||
def __init__(self, path: str) -> None:
|
||||
self.path = Path(path)
|
||||
self.path = Path(path).expanduser().resolve()
|
||||
self.path.parent.mkdir(parents=True, exist_ok=True)
|
||||
self._init_db()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user