chore: Add comment about copying practice subdirs

This commit is contained in:
Paul Gauthier 2024-12-17 17:35:16 -08:00 committed by Paul Gauthier (aider)
parent 6238a07c8f
commit e8ed3b9e23

View file

@ -289,6 +289,7 @@ def main(
dirname.rename(dest) dirname.rename(dest)
if not dirname.exists(): if not dirname.exists():
# only copy the practice subdirs with the exercises ai!
print(f"Copying {original_dname} -> {dirname} ...") print(f"Copying {original_dname} -> {dirname} ...")
shutil.copytree(original_dname, dirname) shutil.copytree(original_dname, dirname)
print("...done") print("...done")