Revert "much stricter ruff linting"

This reverts commit 310dbf1574.
This commit is contained in:
Vladimir Mandic
2026-05-11 08:13:57 +02:00
parent 8296d07ff8
commit c8d6fd5cf8
132 changed files with 363 additions and 292 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ def run_ltx(task_id,
extra_networks.deactivate(p)
shared.state.end()
progress.finish_task(task_id)
yield None, f'LTX Error: {e!s}'
yield None, f'LTX Error: {str(e)}'
if model is None or len(model) == 0 or model == 'None':
yield from abort('Video: no model selected', ok=True)