mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Force dumping debug info on recreate.
We need a way to debug successful solvers that's still targeting to a specific flight. This will do for now.
This commit is contained in:
@@ -219,7 +219,7 @@ class QFlightWaypointTab(QFrame):
|
||||
if result == QMessageBox.Yes:
|
||||
self.flight.set_flight_type(task)
|
||||
try:
|
||||
self.flight.recreate_flight_plan()
|
||||
self.flight.recreate_flight_plan(dump_debug_info=True)
|
||||
except PlanningError as ex:
|
||||
self.flight.set_flight_type(original_task)
|
||||
logging.exception("Could not recreate flight")
|
||||
|
||||
Reference in New Issue
Block a user