adds missing attribute
This commit is contained in:
@@ -81,6 +81,8 @@ class Store:
|
|||||||
|
|
||||||
class Backup(Store):
|
class Backup(Store):
|
||||||
|
|
||||||
|
TRASH_NAME = ".trash"
|
||||||
|
|
||||||
def __init__(self, path):
|
def __init__(self, path):
|
||||||
super().__init__(path)
|
super().__init__(path)
|
||||||
self.trash = Store(self.path / self.TRASH_NAME)
|
self.trash = Store(self.path / self.TRASH_NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user