mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
style: fix whitespace in base_coder.py
This commit is contained in:
parent
635a5196e8
commit
885e5cbd7c
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ class Coder:
|
||||||
# Skip files that share names with existing files
|
# Skip files that share names with existing files
|
||||||
if Path(fname).name in existing_files:
|
if Path(fname).name in existing_files:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
base = Path(fname).with_suffix("").name.lower()
|
base = Path(fname).with_suffix("").name.lower()
|
||||||
if len(base) >= 5:
|
if len(base) >= 5:
|
||||||
all_fnames[base].add(fname)
|
all_fnames[base].add(fname)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue