mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 19:20:16 +00:00
cdcd6021cc
Remove the try/except Exception wrapper around cron_profile_context_for_home(...).__enter__() in _run_cron_tracked. A silent fallback to ctx=None would leave the worker thread unpinned against process-global HERMES_HOME, silently corrupting cross-profile state — the same class of bug as #1573. Add regression test to catch any future re-introduction.