auto-sync: 2026-05-30 10:50:23 (catch-all)

This commit is contained in:
cfdaily
2026-05-30 10:50:23 +08:00
parent 5632609b0f
commit b7f2fd3986
+1 -1
View File
@@ -688,7 +688,7 @@ class Dispatcher:
def _task_verify_completion(self, task_id: str, db_path: Path):
"""普通 Task 完成验证(三信号检查)
Returns: True=passed, None=no signal
Returns: True=passed, False=no signal
"""
TERMINAL_STATES = {"review", "done", "failed", "cancelled"}
try: