Update build_examples.py

This commit is contained in:
Daniel Rojas 2021-10-16 14:29:30 +02:00 committed by Laurier Loiselle
parent 76da525c3b
commit 36641bb6e3
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -64,7 +64,7 @@ def build_generated(groupkeys):
# collect and iterate input YAML files # collect and iterate input YAML files
for yaml_file in collect_filenames("Building", key, input_extensions): for yaml_file in collect_filenames("Building", key, input_extensions):
print(f' "{yaml_file}"') print(f' "{yaml_file}"')
wireviz.parse_file(yaml_file) wireviz.parse(yaml_file, output_formats=("gv", "html", "png", "svg", "tsv"))
if build_readme: if build_readme:
i = "".join(filter(str.isdigit, yaml_file.stem)) i = "".join(filter(str.isdigit, yaml_file.stem))