fix CI failure in configure non-interactive mode; merged with main

This commit is contained in:
Lincoln Stein 2023-06-06 23:24:40 -04:00
parent 49d29420c4
commit 563bf70c95

View File

@ -877,6 +877,7 @@ def main():
process_and_execute(opt, models_to_download) process_and_execute(opt, models_to_download)
postscript(errors=errors) postscript(errors=errors)
if not opt.yes_to_all:
input('Press any key to continue...') input('Press any key to continue...')
except KeyboardInterrupt: except KeyboardInterrupt:
print("\nGoodbye! Come back soon.") print("\nGoodbye! Come back soon.")