mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
style: add newline before error message in io.py
This commit is contained in:
parent
ebdc126b00
commit
96ad107c19
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ class InputOutput:
|
||||||
return f.read()
|
return f.read()
|
||||||
except OSError as err:
|
except OSError as err:
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
self.tool_error(f"{filename}: unable to read: {err}")
|
self.tool_error(f"{filename}: unable to read: {err}")
|
||||||
self.tool_error("Traceback:\n" + "".join(traceback.format_stack()))
|
self.tool_error("Traceback:\n" + "".join(traceback.format_stack()))
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue