diff --git a/src/core/pyros_django/agent/Agent.py b/src/core/pyros_django/agent/Agent.py index 506918e..fc1bb0c 100755 --- a/src/core/pyros_django/agent/Agent.py +++ b/src/core/pyros_django/agent/Agent.py @@ -3100,10 +3100,10 @@ class Agent: log.info("(TEST mode) Trying to send a new command if possible...") cmdts = self.__TEST_get_next_command_to_send() + # No more command to send (from simulator) => return and EXIT if cmdts is None : - if not self.get_received_pending_commands().exists(): - self.DO_MAIN_LOOP = False + ###if not self.get_received_pending_commands().exists(): self.DO_MAIN_LOOP = False return log.info("TTT") -- libgit2 0.21.2