mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
fix wholefile prompt
This commit is contained in:
parent
26d841ccc7
commit
e8666d3984
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ show_greeting.py
|
|||
import sys
|
||||
|
||||
def greeting(name):
|
||||
print(f"Hey {name}")
|
||||
print(f"Hey {{name}}")
|
||||
|
||||
if __name__ == '__main__':
|
||||
greeting(sys.argv[1])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue