We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77d80c commit 62ee0efCopy full SHA for 62ee0ef
ld-decode.py
@@ -95,4 +95,6 @@ def write_json(ldd, outname):
95
if i < 100 or ((i % 1000) == 0):
96
#print('write json')
97
write_json(ldd, outname)
98
+
99
+write_json(ldd, outname)
100
0 commit comments