style: Fix string quote consistency in update-history.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-26 07:31:36 -08:00
parent e507c5b502
commit da4ace2875

View file

@ -44,7 +44,7 @@ def main():
# Run blame to get aider percentage
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
message = f"""