소스 검색

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')