From f9646ac47a31bbac47d04ca5a554b9e7f3f919ec Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 17 Dec 2024 17:35:17 -0800 Subject: [PATCH] chore: Remove comment about practice subdirs --- benchmark/benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index c713a94f8..ca6d263a8 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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")