Fix missing status.stop() call when restoring venv (#6781)

This commit is contained in:
Jakub Kuczys
2026-05-30 19:36:37 +02:00
committed by GitHub
parent 0fe4310e52
commit 99055d29e6
+1
View File
@@ -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."
)