Fix indentation error in except block
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-19 20:01:20 +00:00
parent 5c203cb99c
commit 89112d0cec

View File

@@ -81,6 +81,7 @@ def register():
if has_data:
container_nav_loaded.append({"widget": w, "ctx": wctx})
except Exception:
pass
ctx = {
**p_data,