From 46e4e6ab07274849a77cfba3bfc44a55eaf9283d Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 15 Apr 2026 15:18:16 +0300 Subject: [PATCH] -dead code [no ci] --- plugins/python-build/scripts/add_cpython.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/python-build/scripts/add_cpython.py b/plugins/python-build/scripts/add_cpython.py index afb9982a..40ec9e95 100755 --- a/plugins/python-build/scripts/add_cpython.py +++ b/plugins/python-build/scripts/add_cpython.py @@ -168,7 +168,6 @@ def handle_t_thunks(version, previous_version, is_prerelease_upgrade): thunk_name = (str(version) + "t") thunk_path = OUT_DIR / thunk_name previous_thunk_name = str(previous_version) + "t" - previous_thunk_path = OUT_DIR / previous_thunk_name if is_prerelease_upgrade: logger.info(f"Git moving {previous_thunk_name} to {thunk_name}") subprocess.check_call(("git","-C",OUT_DIR,