We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57adde commit 6aa7925Copy full SHA for 6aa7925
modules/processing.py
@@ -508,7 +508,7 @@ def apply_hijack_generation_params(self):
508
try:
509
func(self.extra_generation_params)
510
except Exception:
511
- errors.report(f"Failed to apply hijack generation params state", exc_info=True)
+ errors.report('Failed to apply hijack generation params state', exc_info=True)
512
self.hijack_generation_params_state_list.clear()
513
514
def setup_conds(self):
0 commit comments