chore: add TODO comment for refactoring URL handling

This commit is contained in:
Paul Gauthier 2024-11-07 10:30:38 -08:00 committed by Paul Gauthier (aider)
parent e475f3d752
commit a848933875

View file

@ -29,6 +29,8 @@ from aider.versioncheck import check_version, install_from_main_branch, install_
from .dump import dump # noqa: F401
#ai change all the confirm_ask/webbrowser.open calls to use io.offer_url!
def check_config_files_for_yes(config_files):
found = False
for config_file in config_files: