fix: [tools] Fix #273 in markdown generator

master^2
Alexandre Dulaunoy 2024-03-04 09:57:26 +01:00
parent 8cd705ba62
commit 5e93071832
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ for taxonomy in taxonomies:
if predicate.get('numerical_value'):
doc = asciidoc(content=machineTag(namespace=namespace, predicate=predicate['numerical_value']), adoc=doc, t='description')
if predicate.get('exclusive'):
doc = asciidoc(content=machineTag(namespace=namespace, predicate=predicate['exclusive']), adoc=adoc, t='exclusive')
doc = asciidoc(content=machineTag(namespace=namespace, predicate=predicate['exclusive']), adoc=doc, t='exclusive')
else:
print(machineTag(namespace=namespace, predicate=predicate['value']))
if args.e: