diff --git a/redbot/_update/internal.py b/redbot/_update/internal.py index 6affb9001..7353ac757 100644 --- a/redbot/_update/internal.py +++ b/redbot/_update/internal.py @@ -467,6 +467,7 @@ def reinstall( common.ICON_ERROR, "Failed to restore old virtual environment." ) else: + status.stop() common.print_with_prefix_column( common.ICON_INFO, "The old virtual environment has been restored." )