mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix linter formatting in tsl_pack_langs.py
This commit is contained in:
parent
011e0fd109
commit
e15518dd29
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def main():
|
||||||
# Extract repo URL from the config
|
# Extract repo URL from the config
|
||||||
repo_url = config.get("repo")
|
repo_url = config.get("repo")
|
||||||
print(f"Processing {lang} ({repo_url})...")
|
print(f"Processing {lang} ({repo_url})...")
|
||||||
|
|
||||||
if not repo_url:
|
if not repo_url:
|
||||||
print(f"Skipping {lang}: No repository URL found")
|
print(f"Skipping {lang}: No repository URL found")
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue