From 531fcf634a9ddd85fcaf24cb078b88af982cf8a9 Mon Sep 17 00:00:00 2001 From: Trueffel <106771418+Trueffeloot@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:22:34 +0200 Subject: [PATCH] Tp-progress-work-2 (#2) --- tools/tp.py | 1 + 1 file changed, 1 insertion(+) 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,