Explorar el Código

What was that? This is not a charade.

Steve Thielemann hace 5 años
padre
commit
54c4666e55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')