mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +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
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class UnableToCountRepoFiles(Exception):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def wrap_fence(name):
|
def wrap_fence(name):
|
||||||
return f"<{name}>", f"</{name}>"
|
return f"<{name}>", f"</{name}>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue