feat: small implementation change

ref: N25B-400
This commit is contained in:
Pim Hutting
2026-01-08 11:25:53 +01:00
parent 6b34f4b82c
commit b27e5180c4
2 changed files with 5 additions and 3 deletions

View File

@@ -106,8 +106,8 @@ class UserInterruptAgent(BaseAgent):
"Forwarded button press (override) with context '%s' to BDI Core.",
event_context,
)
else:
await self._send_to_program_manager(event_context)
elif asl_cond_norm := self._cond_norm_map.get(ui_id):
await self._send_to_bdi("force_norm", asl_cond_norm)
self.logger.info(
"Forwarded button press (override) with context '%s' to BDIProgramManager.",
event_context,