From b0f3ad91ca3f5d643e22d29fd12169f95f17d267 Mon Sep 17 00:00:00 2001 From: myrtle Date: Mon, 22 Jan 2024 14:15:29 +0100 Subject: [PATCH] htree: Fix leaf contact selection (#112) Signed-off-by: gatecat --- cumulus/src/plugins/block/htree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/src/plugins/block/htree.py b/cumulus/src/plugins/block/htree.py index a4b63779d..fe6c37777 100644 --- a/cumulus/src/plugins/block/htree.py +++ b/cumulus/src/plugins/block/htree.py @@ -271,7 +271,7 @@ def _rrouteHTree ( self, qt ): if qt.bl or qt.tl: trace( 550, '\tLeft branch\n' ) - leafContact = blContact if brContact else tlContact + leafContact = blContact if blContact else tlContact leftSourceContact = gaugeConf.rpAccessByPlugName( qt.buffers[0] , bufferConf.output , ckNet