Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang committed Dec 10, 2024
1 parent 62cd3d2 commit edd590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swebench/harness/docker_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def build_instance_image(

# Check that the env. image the instance image is based on exists
try:
env_image = client.images.get(env_image_name)
client.images.get(env_image_name)
except docker.errors.ImageNotFound as e:
raise BuildImageError(
test_spec.instance_id,
Expand Down

0 comments on commit edd590e

Please sign in to comment.