Quiet on Colab

Makes the Colab mode also automatically activate the Quiet mode to improve privacy. We should no longer need this in the colab console thanks to the redo feature. Need something different for testing? Use --remote instead.
This commit is contained in:
henk717 2022-02-18 02:07:40 +01:00
parent 02246dfc4d
commit 76a6c124dd
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ if args.colab:
args.override_rename = True;
args.override_delete = True;
args.nobreakmodel = True;
args.quiet = True;
if args.nobreakmodel:
vars.nobreakmodel = True;