Wrong path property in string render

This commit is contained in:
lash 2022-03-05 07:00:23 +00:00
parent 8946dfac77
commit 19a44a4354
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

@ -149,4 +149,4 @@ class FileStore:
def __str__(self):
return 'FileStore: root {}'.format(self.cache_root)
return 'FileStore: root {}'.format(self.cache_dir)