Skip to content

Commit

Permalink
Remove unwanted error messages (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski authored Dec 5, 2024
1 parent daaaab6 commit b1ff8cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/exec-env
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ setup_virtualenv() {

if [[ ! -d "$VIRTUAL_ENV" ]]; then
if [[ "${MISE_POETRY_AUTO_INSTALL:-}" != "true" ]] && [[ "${MISE_POETRY_AUTO_INSTALL:-}" != "1" ]]; then
echoerr "mise-poetry: Virtualenv does not exist at $VIRTUAL_ENV. Execute \`poetry install\` to create one."
return
fi
echoerr "mise-poetry: No virtualenv exists. Executing \`poetry install\` to create one."
poetry_bin install
VIRTUAL_ENV="$(poetry_bin env info --path)"
fi
Expand Down

0 comments on commit b1ff8cd

Please sign in to comment.