Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ def _plan_flight_conflict_planned(self):
self.end_test_step()

def _clear_op_intents(self, area):
if area is None:
return

with self.check(
"Successful operational intents cleanup", [self.dss.participant_id]
) as check:
Expand Down
Loading