Skip to content

Commit

Permalink
Output fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDWilliams committed Dec 14, 2023
1 parent c2444e3 commit 5fccce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tr_sys/tr_ars/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 5fccce6

Please sign in to comment.