From 649f2cc0e1663a58331072667762fc09e78e5b74 Mon Sep 17 00:00:00 2001 From: JordanLongstaff Date: Wed, 8 Apr 2026 10:07:21 -0400 Subject: [PATCH] Fix relative path --- decomp_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decomp_diff.py b/decomp_diff.py index dfe4a30f4..10d8bd6db 100644 --- a/decomp_diff.py +++ b/decomp_diff.py @@ -53,7 +53,7 @@ def main(): local_path = os.path.abspath(local_path) new_lines = read_file(local_path) - repo_path = os.path.join(os.path.dirname(__file__), "oot") + repo_path = os.path.join(os.path.dirname(__file__), "soh") relative_path = os.path.relpath(local_path, repo_path) if len(sys.argv) > 2: