This commit is contained in:
Nuno Campos
2025-03-17 18:39:13 -07:00
parent 59e7c63c93
commit e28e97d5e0
+1 -1
View File
@@ -795,7 +795,7 @@ class PregelLoop(LoopProtocol):
self.channels,
)
# emit INTERRUPT if exception is empty (otherwise emitted by put_writes)
if exc_value is not None and not exc_value.args or not exc_value.args[0]:
if exc_value is not None and (not exc_value.args or not exc_value.args[0]):
self._emit(
"updates",
lambda: iter(