This commit is contained in:
Paul Gauthier 2023-05-24 14:03:06 -07:00
parent 27199becd4
commit a725e18ad1

View file

@ -191,7 +191,9 @@ class Coder:
def get_map(self, chat_files, other_files):
res = self.choose_files_listing(other_files)
if res:
if not res:
return
files_listing, ctags_msg = res
if chat_files: