From e15518dd29440edb720556b5b2b0c8ba660ba3e0 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 12 Mar 2025 13:55:23 -0700 Subject: [PATCH] style: Fix linter formatting in tsl_pack_langs.py --- scripts/tsl_pack_langs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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