From b112cb0f16135a11b0caa70c49b8c523afd3c212 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 9 Jul 2020 17:00:44 -0400 Subject: [PATCH] Have unset and blank values look similar This looks weird in collate otherwise --- confluent_client/confluent/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/confluent/client.py b/confluent_client/confluent/client.py index 3ee2712c..dfeb6075 100644 --- a/confluent_client/confluent/client.py +++ b/confluent_client/confluent/client.py @@ -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,