2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 04:32:11 +00:00

Have unset and blank values look similar

This looks weird in collate otherwise
This commit is contained in:
Jarrod Johnson 2020-07-09 17:00:44 -04:00
parent eb8144214f
commit b112cb0f16

View File

@ -473,7 +473,7 @@ def print_attrib_path(path, session, requestargs, options, rename=None, attrpref
attrout = '{0}: {1}: ********'.format(node,
printattr)
else:
attrout = '{0}: {1}:'.format(node, printattr)
attrout = '{0}: {1}: '.format(node, printattr)
elif 'broken' in currattr:
attrout = '{0}: {1}: *ERROR* BROKEN EXPRESSION: ' \
'{2}'.format(node, printattr,