Skip to content

Commit

Permalink
And this too
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jul 22, 2024
1 parent b6b8120 commit b0e97dd
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 @@ -51,7 +51,7 @@ def _ctrlc_handler(sig, frame):
print("Exiting")
sys.exit()

def _print_connected(ip_address: str, timestamp: float):
def _print_connected(ip_address: str, timestamp: float) -> bool:
try:
hostname = f" ({socket.gethostbyaddr(ip_address)[0]})"
except Exception: # pylint: disable=broad-except
Expand Down

0 comments on commit b0e97dd

Please sign in to comment.