mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +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
|
return files
|
||||||
|
|
||||||
def glob_filtered_to_repo(self, pattern):
|
def glob_filtered_to_repo(self, pattern):
|
||||||
|
if not pattern:
|
||||||
|
return []
|
||||||
try:
|
try:
|
||||||
if os.path.isabs(pattern):
|
if os.path.isabs(pattern):
|
||||||
# Handle absolute paths
|
# Handle absolute paths
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue