Skip to content

Commit

Permalink
fix: surface config error on bento build
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Jul 29, 2024
1 parent bd145ca commit 8b55b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bentoml/_internal/bento/bento.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def create(
)
else:
# for >= 1.2
svc.inject_config()
bento_name = (
build_config.name
if build_config.name is not None
Expand Down

0 comments on commit 8b55b69

Please sign in to comment.