Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unwanted error messages #24

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading