|
@@ -2346,8 +2346,8 @@ class PlanetUpScript(object):
|
|
|
line = line[:7] + ' ' + line[8:]
|
|
|
|
|
|
details, _, citadel = line.partition('Class')
|
|
|
- log.info(details) # Is that what we are after?
|
|
|
- log.info(citadel)
|
|
|
+ #log.info(details) # Is that what we are after?
|
|
|
+ #log.info(citadel)
|
|
|
sector, planet_number, name = re.split(r'\s+', details.strip(), 2)
|
|
|
sector = int(sector)
|
|
|
number = int(planet_number.replace('#', ''))
|
|
@@ -2837,7 +2837,6 @@ class ColoScript2(object):
|
|
|
#log.info(details) # Is that what we are after?
|
|
|
#log.info(citadel)
|
|
|
sector, planet_number, name = re.split(r'\s+', details.strip(), 2)
|
|
|
- log.info("'{0}' '{1}' '{2}'".format(sector, planet_number, name))
|
|
|
sector = int(sector)
|
|
|
number = int(planet_number.replace('#', ''))
|
|
|
if 'Level' in citadel:
|