From 13347f6aec20f974dd326ac5b279419b5089bb2c Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 7 Aug 2023 14:05:03 -0400 Subject: [PATCH] blackified --- invokeai/backend/install/invokeai_configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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