mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 12:28:06 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user