mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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:
@@ -167,7 +167,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