From 76994facecc3fb2e0edd7e4288f0fc09b32fde83 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 12 Mar 2025 13:55:52 -0700 Subject: [PATCH] style: Apply linter formatting to tsl_pack_langs.py script --- 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 7ae9d5c1e..11ca9f403 100755 --- a/scripts/tsl_pack_langs.py +++ b/scripts/tsl_pack_langs.py @@ -96,7 +96,7 @@ def main(): queries_dir = os.path.join(lang_dir, "queries") os.makedirs(queries_dir, exist_ok=True) output_file = os.path.join(queries_dir, "tags.scm") - + # Skip if file already exists if os.path.exists(output_file): print(f"Skipping {lang}: tags.scm already exists")