mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
chore: Add comment about copying practice subdirs
This commit is contained in:
parent
6238a07c8f
commit
e8ed3b9e23
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ 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