mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
chore: Remove comment about practice subdirs
This commit is contained in:
parent
e8ed3b9e23
commit
f9646ac47a
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ def main(
|
|||
dirname.rename(dest)
|
||||
|
||||
if not dirname.exists():
|
||||
# only copy the practice subdirs with the exercises ai!
|
||||
print(f"Copying {original_dname} -> {dirname} ...")
|
||||
shutil.copytree(original_dname, dirname)
|
||||
print("...done")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue