mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25: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 ""
|
return ""
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
self.tool_error(str(err))
|
self.tool_error(str(err))
|
||||||
self.tool_error(traceback.format_exc())
|
self.tool_error(traceback.format_exc())
|
||||||
return ""
|
return ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue