mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +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
|
import sys
|
||||||
|
|
||||||
def greeting(name):
|
def greeting(name):
|
||||||
print(f"Hey {name}")
|
print(f"Hey {{name}}")
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
greeting(sys.argv[1])
|
greeting(sys.argv[1])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue