From 8a878c574c9dd4900f45ed077be53ebe71396ec4 Mon Sep 17 00:00:00 2001 From: h0w03ea <67104292+FromPAUS@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:58:18 -0500 Subject: [PATCH] typo? --- tools/machinetag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/machinetag.py b/tools/machinetag.py index 66ed96c..bb253ea 100755 --- a/tools/machinetag.py +++ b/tools/machinetag.py @@ -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: