Skip to content

Commit

Permalink
Fix this (even though it isn't changed here)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jul 22, 2024
1 parent 2d517e1 commit b6b8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/utilities/locate_connected_machine_ip_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from spinnman.connections.udp_packet_connections import IPAddressesConnection


def locate_connected_machine(handler: Callable[[str, float], None]):
def locate_connected_machine(handler: Callable[[str, float], bool]):
"""
Locates any SpiNNaker machines IP addresses from the auto-transmitted
packets from non-booted SpiNNaker machines.
Expand Down

0 comments on commit b6b8120

Please sign in to comment.