mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
wip
This commit is contained in:
parent
01b5bdc829
commit
c16224b37a
2 changed files with 6 additions and 4 deletions
|
@ -381,10 +381,10 @@ class InputOutput:
|
|||
watcher.start()
|
||||
dump(watcher)
|
||||
|
||||
try:
|
||||
rel_fnames = list(rel_fnames)
|
||||
show = ""
|
||||
if rel_fnames:
|
||||
|
||||
rel_fnames = list(rel_fnames)
|
||||
show = ""
|
||||
if rel_fnames:
|
||||
rel_read_only_fnames = [
|
||||
get_rel_fname(fname, root) for fname in (abs_read_only_fnames or [])
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue