diff --git a/invokeai/backend/install/invokeai_configure.py b/invokeai/backend/install/invokeai_configure.py index 979c5d3337..714b688996 100755 --- a/invokeai/backend/install/invokeai_configure.py +++ b/invokeai/backend/install/invokeai_configure.py @@ -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