mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: fix linting error by adding newline before error handling
This commit is contained in:
parent
a54a5ee80d
commit
1108566e99
1 changed files with 1 additions and 0 deletions
|
@ -479,6 +479,7 @@ class InputOutput:
|
|||
return ""
|
||||
except Exception as err:
|
||||
import traceback
|
||||
|
||||
self.tool_error(str(err))
|
||||
self.tool_error(traceback.format_exc())
|
||||
return ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue