mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Apply linter formatting to tsl_pack_langs.py script
This commit is contained in:
parent
2d843f6e79
commit
76994facec
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def main():
|
||||||
queries_dir = os.path.join(lang_dir, "queries")
|
queries_dir = os.path.join(lang_dir, "queries")
|
||||||
os.makedirs(queries_dir, exist_ok=True)
|
os.makedirs(queries_dir, exist_ok=True)
|
||||||
output_file = os.path.join(queries_dir, "tags.scm")
|
output_file = os.path.join(queries_dir, "tags.scm")
|
||||||
|
|
||||||
# Skip if file already exists
|
# Skip if file already exists
|
||||||
if os.path.exists(output_file):
|
if os.path.exists(output_file):
|
||||||
print(f"Skipping {lang}: tags.scm already exists")
|
print(f"Skipping {lang}: tags.scm already exists")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue