mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
lint
This commit is contained in:
parent
1c881cd574
commit
6fcf4ff0e7
1 changed files with 3 additions and 3 deletions
6
coder.py
6
coder.py
|
@ -54,7 +54,7 @@ class Coder:
|
|||
for fname in files:
|
||||
fname = Path(fname)
|
||||
if not fname.exists():
|
||||
self.console.print(f"[red]Creating {fname}")
|
||||
self.console.print(f"[red]Creating {fname}")
|
||||
fname.touch()
|
||||
else:
|
||||
self.console.print(f"[red]Loading {fname}")
|
||||
|
@ -110,7 +110,7 @@ class Coder:
|
|||
)
|
||||
else:
|
||||
self.console.print(
|
||||
f"[red bold]Skipped adding new files to the git repo."
|
||||
"[red bold]Skipped adding new files to the git repo."
|
||||
)
|
||||
return
|
||||
|
||||
|
@ -617,4 +617,4 @@ def main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
status = main()
|
||||
sys.exit(status)
|
||||
sys.exit(status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue