style: Fix linter formatting in tsl_pack_langs.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 13:55:23 -07:00
parent 011e0fd109
commit e15518dd29

View file

@ -70,7 +70,7 @@ def main():
# 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