mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ruff
This commit is contained in:
parent
0cb2cf6644
commit
d5674150fa
@ -309,7 +309,9 @@ class ModelInstallService(ModelInstallServiceBase):
|
|||||||
stanza["version"] == "3.0.0"
|
stanza["version"] == "3.0.0"
|
||||||
), f"This script works on version 3.0.0 yaml files, but your configuration points to a {stanza['version']} version"
|
), f"This script works on version 3.0.0 yaml files, but your configuration points to a {stanza['version']} version"
|
||||||
except AssertionError:
|
except AssertionError:
|
||||||
self._logger.warn(f"Skipping entry with path {stanza.get('path', '')} with outdated metadata version")
|
self._logger.warn(
|
||||||
|
f"Skipping entry with path {stanza.get('path', '')} with outdated metadata version"
|
||||||
|
)
|
||||||
continue
|
continue
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user