Wrong path property in string render
This commit is contained in:
parent
8946dfac77
commit
19a44a4354
@ -149,4 +149,4 @@ class FileStore:
|
|||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return 'FileStore: root {}'.format(self.cache_root)
|
return 'FileStore: root {}'.format(self.cache_dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user