Agent: Join on system info collector thread
This was mistakenly commented out somewhere along the way.
This commit is contained in:
parent
037d63c9f3
commit
8091a0c4a5
|
@ -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
|
# 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
|
# the PBA thread later in this function to prevent the simulation from ending while PBAs are
|
||||||
# still running.
|
# still running.
|
||||||
# system_info_collector_thread.join()
|
system_info_collector_thread.join()
|
||||||
|
|
||||||
if self._can_propagate():
|
if self._can_propagate():
|
||||||
propagation_thread = create_daemon_thread(
|
propagation_thread = create_daemon_thread(
|
||||||
|
|
Loading…
Reference in New Issue