Skip to content

Commit

Permalink
write json at end
Browse files Browse the repository at this point in the history
  • Loading branch information
happycube committed Dec 29, 2018
1 parent e77d80c commit 62ee0ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ld-decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 62ee0ef

Please sign in to comment.