Fix indentation error in except block
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s
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:
@@ -81,6 +81,7 @@ def register():
|
|||||||
if has_data:
|
if has_data:
|
||||||
container_nav_loaded.append({"widget": w, "ctx": wctx})
|
container_nav_loaded.append({"widget": w, "ctx": wctx})
|
||||||
except Exception:
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
ctx = {
|
ctx = {
|
||||||
**p_data,
|
**p_data,
|
||||||
|
|||||||
Reference in New Issue
Block a user