Skip to content

Commit 3a0afbb

Browse files
committed
Set slots to empty list by default
1 parent 77edf0a commit 3a0afbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syncrypt/backends/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def __init__(self):
757757
self.concurrency = None
758758

759759
self._monitor_task = None
760-
self.slots = None
760+
self.slots = []
761761
self.loop = None
762762

763763
def init(self):

0 commit comments

Comments
 (0)