Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed May 23, 2022
1 parent 6b64602 commit 620f742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kipoi_containers/updateoradd.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def update_or_add_model_container(self, model_group: str) -> None:
singularity_handler.update(models_to_test)
else:
print(
f"We will not be updating {name_of_docker_image} an {slim_docker_image}"
f"We will not be updating {name_of_docker_image} and {slim_docker_image}"
)
else:
model_adder = DockerAdder(
Expand Down

0 comments on commit 620f742

Please sign in to comment.