Skip to content

Commit

Permalink
report x y not y twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 26, 2022
1 parent 5d76e42 commit bc42d68
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 @@ -346,7 +346,7 @@ def __where_is_xy(self, x, y):
return self._machine.where_is_xy(x, y)
return f"No Machine. " \
f"Root IP:{self._scamp_connections[0].remote_ip_address}" \
f"x:{y} y:{y}"
f"x:{x} y:{y}"
except Exception as ex:
return str(ex)

Expand Down

0 comments on commit bc42d68

Please sign in to comment.