mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
minor fix to #14525
This commit is contained in:
parent
c6c9d12275
commit
47cf92039b
2 changed files with 2 additions and 1 deletions
|
|
@ -251,7 +251,6 @@ def list_extensions(settings_file):
|
|||
except Exception:
|
||||
errors.report(f'\nCould not load settings\nThe config file "{settings_file}" is likely corrupted\nIt has been moved to the "tmp/config.json"\nReverting config to default\n\n''', exc_info=True)
|
||||
os.replace(settings_file, os.path.join(script_path, "tmp", "config.json"))
|
||||
settings = {}
|
||||
|
||||
disabled_extensions = set(settings.get('disabled_extensions', []))
|
||||
disable_all_extensions = settings.get('disable_all_extensions', 'none')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue