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