From 8091a0c4a52f40a1c7a48213e1c22648392bf5e8 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Fri, 10 Dec 2021 10:41:02 -0500 Subject: [PATCH] Agent: Join on system info collector thread This was mistakenly commented out somewhere along the way. --- monkey/infection_monkey/master/automated_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/infection_monkey/master/automated_master.py b/monkey/infection_monkey/master/automated_master.py index 721c1a243..9863b47d2 100644 --- a/monkey/infection_monkey/master/automated_master.py +++ b/monkey/infection_monkey/master/automated_master.py @@ -118,7 +118,7 @@ class AutomatedMaster(IMaster): # requires the output of PBAs, so we don't need to join on that thread here. We will join on # the PBA thread later in this function to prevent the simulation from ending while PBAs are # still running. - # system_info_collector_thread.join() + system_info_collector_thread.join() if self._can_propagate(): propagation_thread = create_daemon_thread(