pull/273/head
h0w03ea 2024-02-26 09:58:18 -05:00
parent 8cd705ba62
commit 8a878c574c
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: