Skip to content

Commit f6ea9ed

Browse files
committed
fixed pre-commit error
1 parent 3f0b56f commit f6ea9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/harness/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main(
3939
specs.append(spec)
4040

4141
client = docker.from_env()
42-
build_repo_images(client, specs, num_workers, verbose)
42+
build_repo_images(client, specs, dataset_type, num_workers, verbose)
4343

4444

4545
__all__ = []

0 commit comments

Comments
 (0)