From eec1291896c1ea84703b415449332ae3be2a8e78 Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 8 May 2026 14:11:39 -0500 Subject: [PATCH] Potential fix for pull request finding 'Variable defined multiple times' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- src/specify_cli/extensions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/specify_cli/extensions.py b/src/specify_cli/extensions.py index 0ba5dfb73..92c58ae7d 100644 --- a/src/specify_cli/extensions.py +++ b/src/specify_cli/extensions.py @@ -2159,7 +2159,6 @@ class ExtensionCatalog: # Detect archive format from URL; resolve via Content-Type when needed. # `final_url` may differ from `download_url` if the server redirects. archive_fmt = detect_archive_format(download_url) - final_url = download_url # Download the archive try: