mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
blackified
This commit is contained in:
parent
a9bf387e5e
commit
13347f6aec
@ -663,7 +663,7 @@ def migrate_init_file(legacy_format: Path):
|
||||
try:
|
||||
setattr(new, attr, getattr(old, attr))
|
||||
except ValidationError as e:
|
||||
print(f'* Ignoring incompatible value for field {attr}:\n {str(e)}')
|
||||
print(f"* Ignoring incompatible value for field {attr}:\n {str(e)}")
|
||||
|
||||
# a few places where the field names have changed and we have to
|
||||
# manually add in the new names/values
|
||||
|
Loading…
Reference in New Issue
Block a user