Skip to content

Commit

Permalink
Merge pull request #37 from anjanaw/dev
Browse files Browse the repository at this point in the history
testing modifications for bosch use case
  • Loading branch information
anjanaw authored Mar 6, 2024
2 parents b9487b9 + 0a06565 commit d4133ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business/bt/nodes/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit d4133ca

Please sign in to comment.