mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Fix linter issues
This commit is contained in:
parent
feae729f98
commit
974b151936
1 changed files with 1 additions and 1 deletions
|
@ -1040,7 +1040,7 @@ class Commands:
|
|||
# Expand the home directory if the path starts with "~"
|
||||
expanded_path = os.path.expanduser(word)
|
||||
abs_path = self.coder.abs_root_path(expanded_path)
|
||||
|
||||
|
||||
if not os.path.exists(abs_path):
|
||||
self.io.tool_error(f"File not found: {abs_path}")
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue