fix a crash

This commit is contained in:
Sven Czarnian
2021-11-24 12:03:18 +01:00
parent 21e79a26f0
commit bd0fdb0899

View File

@@ -106,7 +106,7 @@ class Worker(Thread):
for runway in self.SequencingConfiguration.ActiveArrivalRunways:
inbound = self.RecedingHorizonControl.lastFixedInboundOnRunway(runway.Runway.Name)
if None != inbound:
preceedingInbounds[runway.Runway.Name] = inbound
preceedingInbounds[runway.Runway.Name] = Node(inbound, None, None, None, None)
# configure the ACO run
acoConfig = Configuration(constraints = self.SequencingConfiguration, nav = self.Configuration.GngData,