Agent: Join on system info collector thread

This was mistakenly commented out somewhere along the way.
This commit is contained in:
Mike Salvatore 2021-12-10 10:41:02 -05:00
parent 037d63c9f3
commit 8091a0c4a5
1 changed files with 1 additions and 1 deletions

View File

@ -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(