diff --git a/scripts/tsl_pack_langs.py b/scripts/tsl_pack_langs.py index 30c7a85a1..87f8444e8 100755 --- a/scripts/tsl_pack_langs.py +++ b/scripts/tsl_pack_langs.py @@ -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