mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
make it a warning
This commit is contained in:
parent
a341c98ec6
commit
50d3b305d4
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class GitRepo:
|
|||
if blob.type == "blob": # blob is a file
|
||||
files.add(blob.path)
|
||||
except (IndexError,) + ANY_GIT_ERROR:
|
||||
self.io.tool_output(f"GitRepo: read error skipping {blob.path}")
|
||||
self.io.tool_warning(f"GitRepo: read error skipping {blob.path}")
|
||||
continue
|
||||
except StopIteration:
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue