mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Update print statement to remove unnecessary arguments
This commit is contained in:
parent
97ef1dd9db
commit
14a755aafd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue