Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/bin/sage-dist-helpers (sdh_pip_install): Do not give up if sage…
Browse files Browse the repository at this point in the history
…-pip-uninstall fails
  • Loading branch information
mkoeppe committed Mar 10, 2021
1 parent fbca269 commit a046780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/sage-dist-helpers
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ sdh_pip_install() {
local sudo="$SAGE_SUDO"
fi
$sudo sage-pip-uninstall "$@" || \
sdh_die "Error uninstalling a previous version of $PKG_NAME"
echo 2>&1 "Warning: Failure trying to uninstall a previous version of $PKG_NAME"

mkdir -p dist
rm -f dist/*.whl
Expand Down

0 comments on commit a046780

Please sign in to comment.