Rename safe mode to recovery mode (#102580)
This commit is contained in:
parent
7a009ed6cd
commit
c481fdb7d0
17 changed files with 67 additions and 65 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue