change to one material per file

This commit is contained in:
2019-02-10 10:49:13 +01:00
parent f4c582d7d5
commit 52aee8e0e2
3 changed files with 39 additions and 39 deletions

View File

@@ -165,7 +165,7 @@ def main():
file_list = read_dir(absolute_path("data"), "INFO.json", True)
for filename in file_list:
file, _ = os.path.splitext(os.path.basename(filename))
print(file.title())
print(file)
data = read_file(filename)
data_dict = search_keys(data, 'Name')
print_dict(data_dict, False, 2)