From 0b1e464413bc021c6b6755087257fbdabfab651e Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Thu, 21 Mar 2019 17:28:50 +0100 Subject: [PATCH] petit update --- src/agent/Agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agent/Agent.py b/src/agent/Agent.py index 8aa2a0e..52497a9 100755 --- a/src/agent/Agent.py +++ b/src/agent/Agent.py @@ -991,8 +991,8 @@ class Agent: self.simulator_test_results_end(nb_asserted) def simulator_test_results_start(self): - self.printd("\n--- Testing if the commands I SENT had the awaited result") - self.printd("Here are the last commands I sent:") + self.print("\n--- Testing if the commands I SENT had the awaited result") + self.print("Here are the last commands I sent:") #commands = list(Command.get_last_N_commands_for_agent(self.name, 16)) #commands = Command.get_last_N_commands_sent_to_agent(self.name, 16) commands = Command.get_last_N_commands_sent_by_agent(self.name, len(self.SIMULATOR_COMMANDS_LIST)) -- libgit2 0.21.2