Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
punamverma committed Nov 17, 2023
1 parent d357aa6 commit a744457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _inject(
FlightPlanStatus.OkToFly,
FlightPlanStatus.OffNominal,
]
if response.planning_result == PlanningActivityResult.Completed:
if response.activity_result == PlanningActivityResult.Completed:
if resp.flight_plan_status in created_status:
self.created_flight_ids.add(str(flight_id))

Expand Down

0 comments on commit a744457

Please sign in to comment.