mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
fix: Split long comment line in aider/repo.py
This commit is contained in:
parent
8f583ca119
commit
ed1eb38c5f
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ class GitRepo:
|
||||||
cwd_path = Path.cwd().resolve().relative_to(Path(self.root).resolve())
|
cwd_path = Path.cwd().resolve().relative_to(Path(self.root).resolve())
|
||||||
except ValueError:
|
except ValueError:
|
||||||
# Issue #1524
|
# Issue #1524
|
||||||
# ValueError: 'C:\\dev\\squid-certbot' is not in the subpath of 'C:\\dev\\squid-certbot
|
# ValueError: 'C:\\dev\\squid-certbot' is not in the subpath of
|
||||||
|
# 'C:\\dev\\squid-certbot'
|
||||||
# Clearly, fname is not under cwd... so ignore it
|
# Clearly, fname is not under cwd... so ignore it
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue