mirror of
https://github.com/Aider-AI/aider
synced 2026-04-30 19:37:26 +02:00
fix: Update print statement to remove unnecessary arguments
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
97ef1dd9db
commit
14a755aafd
@@ -60,6 +60,6 @@ def process_markdown(filename, fh):
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) != 2:
|
||||
print("Usage: python testsr.py <markdown_filename>", file=sys.stdout, flush=True)
|
||||
print("Usage: python testsr.py <markdown_filename>")
|
||||
else:
|
||||
process_markdown(sys.argv[1], sys.stdout)
|
||||
|
||||
Reference in New Issue
Block a user