diff --git a/aider/main.py b/aider/main.py index a109adf18..7b3784318 100644 --- a/aider/main.py +++ b/aider/main.py @@ -38,7 +38,7 @@ def check_config_files_for_yes(config_files): print(f"The file {config_file} contains a line starting with 'yes:'") print("Please replace 'yes:' with 'yes-always:' in this file.") found = True - except Exception as e: + except Exception: pass return found