auto-sync: 2026-05-17 05:56:03
This commit is contained in:
@@ -329,7 +329,7 @@ class Blackboard:
|
||||
# Observation
|
||||
# ===================================================================
|
||||
|
||||
def add_observation(self, task_id: str, observer: str, body: str,
|
||||
def add_observation(self, task_id: Optional[str], observer: str, body: str,
|
||||
severity: str = "info") -> int:
|
||||
conn = self._conn()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user