From ae9187108b1c472bb5d198852a32f8d599f467a5 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 31 Jul 2023 16:22:10 +0100 Subject: [PATCH] fix variable name --- spinnman/transceiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinnman/transceiver.py b/spinnman/transceiver.py index 2cfebee42..255dde6ed 100644 --- a/spinnman/transceiver.py +++ b/spinnman/transceiver.py @@ -237,7 +237,7 @@ def __init__( self._bmp_connections = list() # build connection selectors for the processes. - self._bmp_connection_selectors = None + self._bmp_connection_selector = None self._scamp_connection_selector = \ self.__identify_connections(connections)