mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
cleanup
This commit is contained in:
parent
86a418d899
commit
410769ba9b
1 changed files with 0 additions and 5 deletions
|
@ -71,11 +71,6 @@ def main():
|
||||||
if not dry_run:
|
if not dry_run:
|
||||||
subprocess.run(cmd, check=True)
|
subprocess.run(cmd, check=True)
|
||||||
|
|
||||||
for cmd in git_commands:
|
|
||||||
print(f"Running: {' '.join(cmd)}")
|
|
||||||
if not dry_run:
|
|
||||||
subprocess.run(cmd, check=True)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue