Skip to content

Commit 62ee0ef

Browse files
committed
write json at end
1 parent e77d80c commit 62ee0ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ld-decode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,6 @@ def write_json(ldd, outname):
9595
if i < 100 or ((i % 1000) == 0):
9696
#print('write json')
9797
write_json(ldd, outname)
98+
99+
write_json(ldd, outname)
98100

0 commit comments

Comments
 (0)