Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 31, 2023
1 parent 32c8479 commit ae91871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ae91871

Please sign in to comment.