mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
fixes #1242
This commit is contained in:
parent
ec585a3a1a
commit
1639581364
1 changed files with 2 additions and 0 deletions
|
@ -534,6 +534,8 @@ class Commands:
|
|||
return files
|
||||
|
||||
def glob_filtered_to_repo(self, pattern):
|
||||
if not pattern:
|
||||
return []
|
||||
try:
|
||||
if os.path.isabs(pattern):
|
||||
# Handle absolute paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue