This commit is contained in:
kramo
2023-05-24 14:09:16 +02:00
committed by GeoffreyCoulaud
parent f06aed3ce0
commit 36b6bc17bd
19 changed files with 20 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ class Manager:
def __init__(self) -> None:
super().__init__()
self.cancellable = Gio.Cancellable()
self.errors = list()
self.errors = []
def cancel_tasks(self):
"""Cancel all tasks for this manager"""