mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
refac
This commit is contained in:
parent
27199becd4
commit
a725e18ad1
1 changed files with 13 additions and 11 deletions
|
@ -191,7 +191,9 @@ class Coder:
|
||||||
|
|
||||||
def get_map(self, chat_files, other_files):
|
def get_map(self, chat_files, other_files):
|
||||||
res = self.choose_files_listing(other_files)
|
res = self.choose_files_listing(other_files)
|
||||||
if res:
|
if not res:
|
||||||
|
return
|
||||||
|
|
||||||
files_listing, ctags_msg = res
|
files_listing, ctags_msg = res
|
||||||
|
|
||||||
if chat_files:
|
if chat_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue