Skip to content

Commit

Permalink
chore: Update bentoml/bentos.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sauyon Lee <2347889+sauyon@users.noreply.github.com>
  • Loading branch information
aarnphm and sauyon committed Aug 31, 2022
1 parent 8dc839d commit 1b0cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bentoml/bentos.py
Expand Up @@ -465,7 +465,7 @@ def containerize(
)
return False
else:
custom_tags = False if not isinstance(docker_image_tag, str) else True
custom_tags = isinstance(docker_image_tag, str)
logger.info(
'Successfully built docker image for "%s" with tags "%s"',
str(bento.tag),
Expand Down

0 comments on commit 1b0cc02

Please sign in to comment.