From d4a926e0d8c5dddc5bc6049fd835a083bc89eef8 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Tue, 24 Sep 2024 16:38:07 +0100 Subject: [PATCH] Correct indexing issue --- sbapp/sideband/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 0e6acd3..c95e533 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -3710,7 +3710,7 @@ class SidebandCore(): else: sec_atl_long = self.config["hw_rnode_sec_atl_long"] - subint_config = [[0]*10 for i in range(2)] + subint_config = [[0]*11 for i in range(2)] # Primary modem subint_config[0][0] = "Primary modem" # Name of interface