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 4f1e1cf commit c14feba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinnman/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ def __init__(self, error_requests: List[AbstractSCPRequest],
f"{sdp_header.destination_chip_y,}:" \
f"{sdp_header.destination_cpu}{phys_p}]"
problem += \
f" Received exception class: {exception.__class__.__name__}\n" \
f" Received exception class: " \
f"{exception.__class__.__name__}\n" \
f" With message {str(exception)}\n" \
f" When sending to {location}\n" \
f" Stack trace: {traceback.format_tb(trace_back)}\n"
Expand Down

0 comments on commit c14feba

Please sign in to comment.