mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-06-06 21:52:59 -04:00
Fix missing status.stop() call when restoring venv (#6781)
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user