From e82b2c12b4cee7b5cfb9256b6c6b1a5d1f77d3e2 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 14 Nov 2024 15:27:40 -0800 Subject: [PATCH] cleanup --- aider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index 0a5f029e7..39556c60a 100644 --- a/aider/main.py +++ b/aider/main.py @@ -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()) else: 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: good = True for fname in all_files: