From 5fccce62654e2feae5cc6b92a02bc0dc8da3cdd8 Mon Sep 17 00:00:00 2001 From: Williams Date: Thu, 14 Dec 2023 13:59:50 -0500 Subject: [PATCH] Output fixes --- tr_sys/tr_ars/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr_sys/tr_ars/utils.py b/tr_sys/tr_ars/utils.py index aa5c2945..19a71672 100644 --- a/tr_sys/tr_ars/utils.py +++ b/tr_sys/tr_ars/utils.py @@ -717,7 +717,7 @@ def remove_blocked(mesg, data, blocklist=None): logging.info('Removing results containing the following %s from PK: %s' % (str(nodes_to_remove), str(mesg.id))) log_tuple =[ - "Removed the following bad nodes: "+ str(removed_nodes), + 'Removed the following bad nodes: '+ json.dumps(removed_nodes,indent=4), datetime.now().strftime('%H:%M:%S'), "DEBUG" ]