Преглед на файлове

What was that? This is not a charade.

Steve Thielemann преди 5 години
родител
ревизия
54c4666e55
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -2252,7 +2252,7 @@ class PlanetUpScript(object):
             if '#' in line:
                 # Ok, we have a planet detail line.
                 # There's an extra T when the planet is maxed out.
-                if line[7] = 'T':
+                if line[7] == 'T':
                     line = line[:7] + ' ' + line[8:]
 
                 detail, _, _ = line.partition('Class')