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