Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 31, 2024
1 parent c14feba commit 7d3db03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spinnman/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ def __init__(self, error_requests: List[AbstractSCPRequest],
location = f"board {connection.remote_ip_address} with ethernet " \
f"chip {connection.chip_x}:{connection.chip_y} " \
f"[{sdp_header.destination_chip_x}:" \
f"{sdp_header.destination_chip_y,}:" \
f"{sdp_header.destination_cpu}{phys_p}]"
f"{sdp_header.destination_chip_y}:" \
f"{sdp_header.destination_cpu}({phys_p})]"
problem += \
f" Received exception class: " \
f"{exception.__class__.__name__}\n" \
Expand Down

0 comments on commit 7d3db03

Please sign in to comment.