mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
style: Fix string quote consistency in update-history.py
This commit is contained in:
parent
e507c5b502
commit
da4ace2875
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def main():
|
||||||
|
|
||||||
# Run blame to get aider percentage
|
# Run blame to get aider percentage
|
||||||
blame_result = subprocess.run(["python3", "scripts/blame.py"], capture_output=True, text=True)
|
blame_result = subprocess.run(["python3", "scripts/blame.py"], capture_output=True, text=True)
|
||||||
aider_line = blame_result.stdout.strip().split('\n')[-1] # Get last line with percentage
|
aider_line = blame_result.stdout.strip().split("\n")[-1] # Get last line with percentage
|
||||||
|
|
||||||
# Construct and run the aider command
|
# Construct and run the aider command
|
||||||
message = f"""
|
message = f"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue