mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
style: fix whitespace in commands.py
This commit is contained in:
parent
e2ebde75be
commit
4631008f8c
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ class Commands:
|
||||||
if expanded_word in f:
|
if expanded_word in f:
|
||||||
read_only_matched.append(f)
|
read_only_matched.append(f)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Try samefile comparison for relative paths
|
# Try samefile comparison for relative paths
|
||||||
try:
|
try:
|
||||||
abs_word = os.path.abspath(expanded_word)
|
abs_word = os.path.abspath(expanded_word)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue