From 00988f45d8b94797aa999c09050430231405445c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 21 Aug 2024 15:31:29 -0700 Subject: [PATCH] copy --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 7c4671c36..35270aa79 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -567,7 +567,7 @@ class Commands: fname = Path(self.coder.root) / word if self.coder.repo and self.coder.repo.ignored_file(fname): - self.io.tool_error(f"Skipping {fname} that matches aiderignore spec.") + self.io.tool_error(f"Skipping {fname} due to aiderignore or --subtree-only.") continue if fname.exists():