diff --git a/tools/tp.py b/tools/tp.py index 4773454153..edb5b908be 100644 --- a/tools/tp.py +++ b/tools/tp.py @@ -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,