This commit is contained in:
wfjsw 2023-11-11 11:17:26 -06:00
parent 520e52f846
commit 48d6102b31
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ def list_extensions():
config.read(os.path.join(path, "sd_webui_metadata.ini"))
canonical_name = config.get("Extension", "Name", fallback=canonical_name)
requires = config.get("Extension", "Requires", fallback=None)
continue
except Exception:
errors.report(f"Error reading sd_webui_metadata.ini for extension {extension_dirname}. "
f"Will load regardless.", exc_info=True)