mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: Print GitHub URL when processing each language
This commit is contained in:
parent
5f125c1812
commit
011e0fd109
1 changed files with 2 additions and 2 deletions
|
@ -67,10 +67,10 @@ def main():
|
|||
total = len(lang_defs)
|
||||
|
||||
for lang, config in lang_defs.items():
|
||||
print(f"Processing {lang}...")
|
||||
|
||||
# Extract repo URL from the config
|
||||
repo_url = config.get("repo")
|
||||
print(f"Processing {lang} ({repo_url})...")
|
||||
|
||||
if not repo_url:
|
||||
print(f"Skipping {lang}: No repository URL found")
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue