This commit is contained in:
2025-09-03 10:33:05 +02:00
parent a8dd580c97
commit 3c32d1106e

View File

@@ -76,7 +76,8 @@ class AndStatus(StatusBase):
self.set_finished()
for st in self.all_statuses:
st.add_callback(inner)
with st._lock:
st.add_callback(inner)
def __repr__(self):
return "({self.left!r} & {self.right!r})".format(self=self)