diff --git a/tools/adoc_objects.py b/tools/adoc_objects.py index 19b5701..0307c4b 100755 --- a/tools/adoc_objects.py +++ b/tools/adoc_objects.py @@ -87,7 +87,7 @@ def asciidoc(content=False, adoc=None, t='title',title=''): disableCorrelation = 'icon:check[] ' if 'description' in content['attributes'][v]: if content['attributes'][v]['description']: - values = '' + description = '{}'.format(content['attributes'][v]['description']) if 'values_list' in content['attributes'][v]: values = content['attributes'][v]['values_list'] description = '{} {}'.format(content['attributes'][v]['description'],values)