mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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
|
||||
if Path(fname).name in existing_files:
|
||||
continue
|
||||
|
||||
|
||||
base = Path(fname).with_suffix("").name.lower()
|
||||
if len(base) >= 5:
|
||||
all_fnames[base].add(fname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue