mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Apply linting to clean_metadata.py
This commit is contained in:
parent
b4673fdc85
commit
6656b5d973
1 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,9 @@ def main():
|
|||
f.write("\n")
|
||||
print(f"Successfully removed '{key}' and updated {aider_path}.")
|
||||
except Exception as e:
|
||||
print(f"Error writing updated data to {aider_path} after removing {key}: {e}")
|
||||
print(
|
||||
f"Error writing updated data to {aider_path} after removing {key}: {e}"
|
||||
)
|
||||
# Exit or handle error appropriately? For now, just print.
|
||||
else:
|
||||
print(f"'{key}' not found in aider data (already removed?).")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue