Skip to content

Commit 96feab6

Browse files
committed
.
1 parent aa08801 commit 96feab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/client/file_hierarchy_report.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def main():
194194
report_data = {name: zip.read(name) for name in zip.namelist()}
195195
filename = [i for i in report_data.keys() if i.endswith(".json")][0]
196196
version_report = json.loads(report_data[filename])
197+
with open("out.json", "w") as f:
198+
json.dump(version_report, f)
197199
# TODO items
198200
# Process file section of report data to identify primary paths
199201
# Combine component data with selected file data

0 commit comments

Comments
 (0)