style: fix whitespace in commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-30 13:12:37 -08:00
parent e2ebde75be
commit 4631008f8c

View file

@ -814,7 +814,7 @@ class Commands:
if expanded_word in f:
read_only_matched.append(f)
continue
# Try samefile comparison for relative paths
try:
abs_word = os.path.abspath(expanded_word)