From 57b115ad9a89e71246d868a6dd756041bfa47329 Mon Sep 17 00:00:00 2001 From: Chris Ge Date: Thu, 15 Aug 2024 15:28:29 -0400 Subject: [PATCH] fix: when we resume the monitor after pausing, start the python monitor too --- cls/TestCoverage/Utils/LineByLineMonitor.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/cls/TestCoverage/Utils/LineByLineMonitor.cls b/cls/TestCoverage/Utils/LineByLineMonitor.cls index 858ad7e..1c63e13 100644 --- a/cls/TestCoverage/Utils/LineByLineMonitor.cls +++ b/cls/TestCoverage/Utils/LineByLineMonitor.cls @@ -123,6 +123,7 @@ Method StartWithScope(pRoutineList As %List, pPyClasses As %List, pMetricList As $$$ThrowOnError(tSC) If ..Paused { $$$ThrowOnError(..Resume()) + Do ..PyStartWithScope(pPyClasses) } } } Catch e {