Agent: Fix configuration retrieval in _run_simulation

This commit is contained in:
vakarisz 2022-06-21 15:49:33 +03:00 committed by Mike Salvatore
parent 77804caab5
commit d8ac441c59
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class AutomatedMaster(IMaster):
try:
config = AutomatedMaster._try_communicate_with_island(
self._control_channel.get_config, CHECK_FOR_CONFIG_COUNT
)["config"]
)
except IslandCommunicationError as e:
logger.error(f"An error occurred while fetching configuration: {e}")
return