Skip to content

Commit

Permalink
make updater error message persist in console
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Stein committed May 22, 2023
1 parent fab5df9 commit f3b2e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldm/invoke/config/invokeai_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def main():
versions = get_versions()
if invokeai_is_running():
print(f':exclamation: [bold red]Please terminate all running instances of InvokeAI before updating.[/red bold]')
input('Press any key to continue...')
return

welcome(versions)
Expand Down

0 comments on commit f3b2e02

Please sign in to comment.