From 89112d0ceca9a13ca0b8457f64164803519b3136 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 19 Feb 2026 20:01:20 +0000 Subject: [PATCH] Fix indentation error in except block Co-Authored-By: Claude Opus 4.6 --- bp/post/routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bp/post/routes.py b/bp/post/routes.py index b7ac0b5..a47a6bc 100644 --- a/bp/post/routes.py +++ b/bp/post/routes.py @@ -81,6 +81,7 @@ def register(): if has_data: container_nav_loaded.append({"widget": w, "ctx": wctx}) except Exception: + pass ctx = { **p_data,