diff --git a/business/bt/nodes/action.py b/business/bt/nodes/action.py index a02cbfb..ccc1f9a 100644 --- a/business/bt/nodes/action.py +++ b/business/bt/nodes/action.py @@ -378,7 +378,7 @@ async def tick(self): self.status = State.SUCCESS self.end = datetime.now() if self.co.check_world("usecase_id") == bosch_id: - self.co.log(node=self, question=technique, variable=self.co.check_world(self.variable), selected_target="") + self.co.log(node=self, question=technique, variable=self.co.check_world(self.variable), selected_target="removed") else: self.co.log(node=self, question=_question, variable=self.co.check_world(self.variable), selected_target=self.co.check_world("selected_target"))