add two new materials and list additional information

This commit is contained in:
2019-02-14 17:10:29 +01:00
parent 71e57b2e5b
commit 1f3f91dfb9
5 changed files with 77 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ def main():
file, _ = os.path.splitext(os.path.basename(filename))
print(file)
data = read_file(filename)
data_dict = search_keys(data, 'Name')
data_dict = search_keys(data, ['Name', 'EN-AW', 'WERKSTOFFNUMMER'])
print_dict(data_dict, False, 2)
elif args.command == 'get':