wireviz: add output_name to metadata
This commit is contained in:
parent
4522fa2893
commit
d890a68199
@ -91,7 +91,11 @@ def parse(
|
|||||||
connection_sets = []
|
connection_sets = []
|
||||||
# actual harness
|
# actual harness
|
||||||
harness = Harness(
|
harness = Harness(
|
||||||
metadata=Metadata(**yaml_data.get("metadata", {}), **extra_metadata),
|
metadata=Metadata(
|
||||||
|
**yaml_data.get("metadata", {}),
|
||||||
|
**extra_metadata,
|
||||||
|
**{"output_name": output_name},
|
||||||
|
),
|
||||||
options=Options(**yaml_data.get("options", {})),
|
options=Options(**yaml_data.get("options", {})),
|
||||||
tweak=Tweak(**yaml_data.get("tweak", {})),
|
tweak=Tweak(**yaml_data.get("tweak", {})),
|
||||||
shared_bom=shared_bom,
|
shared_bom=shared_bom,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user