From 3f2118896adf10e0f7ce2af76df25265cd7cb2de Mon Sep 17 00:00:00 2001 From: Simon AURA--SCUSSEL Date: Sun, 17 May 2026 11:48:04 +0200 Subject: [PATCH] fix: add labels to NodeNotFoundError for clearer messaging The error message now shows Branch:, Kind:, and Identifier: labels instead of raw pipe-separated values, helping users understand which branch the lookup failed on. Fixes #5514 --- changelog/5514.fixed.md | 1 + python_sdk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/5514.fixed.md diff --git a/changelog/5514.fixed.md b/changelog/5514.fixed.md new file mode 100644 index 00000000000..a3eca3aef4c --- /dev/null +++ b/changelog/5514.fixed.md @@ -0,0 +1 @@ +Better error message when node cannot be found — added branch, kind, and identifier labels for clarity. diff --git a/python_sdk b/python_sdk index dec31010ab9..095371a4e5a 160000 --- a/python_sdk +++ b/python_sdk @@ -1 +1 @@ -Subproject commit dec31010ab95bb3d226f95ee5a2bb05b68a03153 +Subproject commit 095371a4e5a5c0b199f98898181864187236e92d