Skip to content

Commit 57b115a

Browse files
committed
fix: when we resume the monitor after pausing, start the python monitor too
1 parent 41a87e2 commit 57b115a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/TestCoverage/Utils/LineByLineMonitor.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Method StartWithScope(pRoutineList As %List, pPyClasses As %List, pMetricList As
123123
$$$ThrowOnError(tSC)
124124
If ..Paused {
125125
$$$ThrowOnError(..Resume())
126+
Do ..PyStartWithScope(pPyClasses)
126127
}
127128
}
128129
} Catch e {

0 commit comments

Comments
 (0)