mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: remove unused exception variable
This commit is contained in:
parent
989e7c18fb
commit
48272449bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue