mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
feat: add UnableToCountRepoFiles exception class
This commit is contained in:
parent
2c6c5e712f
commit
d9cc47728f
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ class FinishReasonLength(Exception):
|
|||
pass
|
||||
|
||||
|
||||
class UnableToCountRepoFiles(Exception):
|
||||
pass
|
||||
|
||||
|
||||
def wrap_fence(name):
|
||||
return f"<{name}>", f"</{name}>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue