mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
cleanup
This commit is contained in:
parent
3c26ced8db
commit
e82b2c12b4
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
read_only_fnames.extend(str(f) for f in path.rglob("*") if f.is_file())
|
read_only_fnames.extend(str(f) for f in path.rglob("*") if f.is_file())
|
||||||
else:
|
else:
|
||||||
read_only_fnames.append(str(path))
|
read_only_fnames.append(str(path))
|
||||||
# ai expand any of the read_only_fnames which are dirs to be all the files under them!
|
|
||||||
if len(all_files) > 1:
|
if len(all_files) > 1:
|
||||||
good = True
|
good = True
|
||||||
for fname in all_files:
|
for fname in all_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue