Skip to content

Commit 6aa7925

Browse files
committed
lint
1 parent a57adde commit 6aa7925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def apply_hijack_generation_params(self):
508508
try:
509509
func(self.extra_generation_params)
510510
except Exception:
511-
errors.report(f"Failed to apply hijack generation params state", exc_info=True)
511+
errors.report('Failed to apply hijack generation params state', exc_info=True)
512512
self.hijack_generation_params_state_list.clear()
513513

514514
def setup_conds(self):

0 commit comments

Comments
 (0)