From 62ee0ef48a0cf5f2f003dc28d6ed76a8d9c1a744 Mon Sep 17 00:00:00 2001 From: Chad Page Date: Fri, 28 Dec 2018 23:21:19 -0800 Subject: [PATCH] write json at end --- ld-decode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ld-decode.py b/ld-decode.py index 938cc2ba1..f9481b73a 100755 --- a/ld-decode.py +++ b/ld-decode.py @@ -95,4 +95,6 @@ def write_json(ldd, outname): if i < 100 or ((i % 1000) == 0): #print('write json') write_json(ldd, outname) + +write_json(ldd, outname)