Skip to content

Commit 01f8c0b

Browse files
committed
Fix bad code inclusion of 'attach_process' for emissions monitor
1 parent 4de2f5f commit 01f8c0b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

simvue/run.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,6 @@ def _start(self) -> bool:
561561
self._get_child_processes() if self._parent_process else None
562562
)
563563

564-
if self._emissions_monitor:
565-
self._emissions_monitor.attach_process(self._parent_process)
566-
(
567-
self._emissions_monitor.attach_process(process)
568-
for process in self._child_processes or []
569-
)
570-
571564
self._shutdown_event = threading.Event()
572565
self._heartbeat_termination_trigger = threading.Event()
573566
self._alert_raised_trigger = threading.Event()

0 commit comments

Comments
 (0)