Skip to content

Commit

Permalink
htree: Fix leaf contact selection
Browse files Browse the repository at this point in the history
Signed-off-by: gatecat <[email protected]>
  • Loading branch information
gatecat committed Jan 19, 2024
1 parent bf9ce73 commit fbe61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/src/plugins/block/htree.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbe61cc

Please sign in to comment.