Skip to content

Commit

Permalink
fix: when we resume the monitor after pausing, start the python monit…
Browse files Browse the repository at this point in the history
…or too
  • Loading branch information
isc-cge committed Aug 15, 2024
1 parent 41a87e2 commit 57b115a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cls/TestCoverage/Utils/LineByLineMonitor.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 57b115a

Please sign in to comment.