From fc9e96a6e66e8c1dd8ab078b71cbeb4fad2703b7 Mon Sep 17 00:00:00 2001 From: gatecat Date: Sun, 12 Jul 2026 11:39:41 +0200 Subject: [PATCH] python: Fix binding for getNetinfoRouteDelay Fixes #1744 Signed-off-by: gatecat --- common/kernel/arch_pybindings_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/kernel/arch_pybindings_shared.h b/common/kernel/arch_pybindings_shared.h index ac0eda07..05d58f11 100644 --- a/common/kernel/arch_pybindings_shared.h +++ b/common/kernel/arch_pybindings_shared.h @@ -28,7 +28,7 @@ fn_wrapper_2a_v, conv_from_str>::def_wrap(ctx_cls, "constrainCellToRegion"); fn_wrapper_2a, - addr_and_unwrap, unwrap_context>::def_wrap(ctx_cls, "getNetinfoRouteDelay"); + addr_and_unwrap, unwrap_context>::def_wrap(ctx_cls, "getNetinfoRouteDelay"); fn_wrapper_1a, conv_from_str>::def_wrap(ctx_cls, "createNet");