From 1220476c37dcbb142bf6e0c6f5695ed80a1ddc44 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Thu, 7 Nov 2024 11:02:29 -0600 Subject: [PATCH] Allow python uninstall to fail... --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 5bcbd4e..65e6584 100755 --- a/bin/compile +++ b/bin/compile @@ -69,4 +69,4 @@ else fi log "Uninstalling uv-managed Python versions" -uv python uninstall --all 2>&1 | indent +uv python uninstall --all 2>&1 | indent || echo "Failed to uninstall uv-managed Python versions..."