Tp-progress-work-2 (#2)

This commit is contained in:
Trueffel
2023-06-19 21:22:34 +02:00
committed by GitHub
parent fd3fbc639e
commit 531fcf634a
+1
View File
@@ -717,6 +717,7 @@ def calculate_progress(build_path: Path, matching: bool, format: str, print_rels
)
)
elif format == "JSON":
# TODO: add dol sections instead of total dol.
data = {
"code": decompiled_size,
"code/total": total_size,