Sven Czarnian пре 3 година
родитељ
комит
7a1d4a5959
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      aman/sys/aco/Ant.py

+ 1 - 1
aman/sys/aco/Ant.py

@@ -103,7 +103,7 @@ class Ant:
         self.Sequence.append(first)
         self.SequenceDelay += self.associateInbound(self.Configuration.Inbounds[first], self.Configuration.EarliestArrivalTime)
 
-        while True:
+        while 1:
             index = self.selectNextLandingIndex(self.Sequence[-1])
             if None == index:
                 break