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>
This commit is contained in:
Manfred Riem
2026-05-12 09:57:04 -05:00
committed by GitHub
parent a69d427e03
commit 7344071b7e

View File

@@ -3665,7 +3665,6 @@ def extension_add(
# the original URL as a last hint.
download_dir = project_root / ".specify" / "extensions" / ".cache" / "downloads"
download_dir.mkdir(parents=True, exist_ok=True)
final_url = from_url
archive_fmt = ""
archive_path = None