test print more info
This commit is contained in:
parent
e6be739ffc
commit
48003fcc95
@ -115,7 +115,7 @@ def process_file(in_file, file_type) -> ConfigParser:
|
|||||||
config = rename_section(config, section, section.title())
|
config = rename_section(config, section, section.title())
|
||||||
else:
|
else:
|
||||||
config.remove_section(section)
|
config.remove_section(section)
|
||||||
print(config.sections())
|
print(config.sections(), config['Dino Ancestry']['DinoAncestorsCount'])
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user