mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
chore: add comment about printing traceback stack in error handling
This commit is contained in:
parent
0022c1a67e
commit
5e1be966ed
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ class InputOutput:
|
|||
return f.read()
|
||||
except OSError as err:
|
||||
self.tool_error(f"{filename}: unable to read: {err}")
|
||||
#ai print the trackback stack!
|
||||
return
|
||||
except FileNotFoundError:
|
||||
self.tool_error(f"{filename}: file not found error")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue