Skip to content

Commit

Permalink
better err mesage
Browse files Browse the repository at this point in the history
  • Loading branch information
rcano-baseten committed Oct 10, 2024
1 parent 5a4626e commit e61b4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truss/remote/baseten/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
DEPLOYING_STATUSES = ["BUILDING", "DEPLOYING", "LOADING_MODEL", "UPDATING"]
ACTIVE_STATUS = "ACTIVE"
NO_ENVIRONMENTS_EXIST_ERROR_MESSAGING = (
"Model hasn't been deployed yet. No evironments exist."
"Model hasn't been deployed yet. The only valid environment is `production`."
)


Expand Down

0 comments on commit e61b4ba

Please sign in to comment.