Rename safe mode to recovery mode (#102580)

This commit is contained in:
Erik Montnemery 2023-10-23 20:33:08 +02:00 committed by GitHub
parent 7a009ed6cd
commit c481fdb7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 67 additions and 65 deletions

View file

@ -43,7 +43,7 @@ class RuntimeConfig:
config_dir: str
skip_pip: bool = False
skip_pip_packages: list[str] = dataclasses.field(default_factory=list)
safe_mode: bool = False
recovery_mode: bool = False
verbose: bool = False