From 48003fcc95a5bfa371c59fec6f01c8f1950fd928 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sun, 13 May 2018 23:29:56 -0800 Subject: [PATCH] test print more info --- exts/imports/process_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/imports/process_files.py b/exts/imports/process_files.py index da724a0..c45a907 100644 --- a/exts/imports/process_files.py +++ b/exts/imports/process_files.py @@ -115,7 +115,7 @@ def process_file(in_file, file_type) -> ConfigParser: config = rename_section(config, section, section.title()) else: config.remove_section(section) - print(config.sections()) + print(config.sections(), config['Dino Ancestry']['DinoAncestorsCount']) return config