Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-12 16:14:32 +01:00
parent 1cdb46c455
commit 280da2c10b
+1 -1
View File
@@ -104,7 +104,7 @@ def generate_click(job_id: str, state: str, active_tab: str, *args):
progress.record_results(job_id, results)
yield return_controls(results, t)
except GeneratorExit:
pass # Generator was closed by client - cleanup will run in finally
shared.log.error("Control: generator exit")
except Exception as e:
shared.log.error(f"Control exception: {e}")
errors.display(e, 'Control')