style: tiny style fixes
This commit is contained in:
@@ -60,7 +60,7 @@ class BeliefSetterBehaviour(CyclicBehaviour):
|
||||
for belief, arguments in beliefs.items():
|
||||
self.agent.bdi.set_belief(belief, *arguments)
|
||||
|
||||
# Special case: if there's a new user message, we need to flag that we haven't responded yet
|
||||
# Special case: if there's a new user message, flag that we haven't responded yet
|
||||
if belief == "user_said":
|
||||
try:
|
||||
self.agent.bdi.remove_belief("responded")
|
||||
|
||||
Reference in New Issue
Block a user