summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/raspberrypi/ctt/ctt_pretty_print_json.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/raspberrypi/ctt/ctt_pretty_print_json.py b/utils/raspberrypi/ctt/ctt_pretty_print_json.py
index 2ca307a0..d38ae617 100644
--- a/utils/raspberrypi/ctt/ctt_pretty_print_json.py
+++ b/utils/raspberrypi/ctt/ctt_pretty_print_json.py
@@ -86,6 +86,7 @@ class JSONPrettyPrinter(object):
def print(self, string):
for c in string:
self.process_char(c)
+ self.newline()
def pretty_print_json(str_in, output_filename):