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-08 14:11:15 -05:00
committed by GitHub
parent 1015ff24da
commit 7ff9c8bdd4

View File

@@ -3661,7 +3661,6 @@ def extension_add(
download_dir = project_root / ".specify" / "extensions" / ".cache" / "downloads"
download_dir.mkdir(parents=True, exist_ok=True)
archive_fmt = detect_archive_format(from_url)
final_url = from_url
archive_path = None
try: