Skip to content

Commit

Permalink
[uss_qualifier] scd sub-interactions: also search for any active subs…
Browse files Browse the repository at this point in the history
… at cleanup
  • Loading branch information
Shastick committed Oct 18, 2024
1 parent 2ca7dee commit cc2e4f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ def _clean_workspace(self):
for sub_id in self._sub_ids:
test_step_fragments.cleanup_sub(self, self._dss, sub_id)

test_step_fragments.cleanup_active_subs(self, self._dss, extents)

def cleanup(self):
self.begin_cleanup()
self._clean_workspace()
Expand Down

0 comments on commit cc2e4f4

Please sign in to comment.