Skip to content

Commit

Permalink
Just use the message to get a more complete error
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jun 6, 2022
1 parent e205c32 commit f593bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/connections/scp_request_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def _resend(self, seq, request_sent, reason):
# Report timeouts as timeout exception
if all(reason == "timeout" for reason in self._retry_reason[seq]):
raise SpinnmanTimeoutException(
request_sent.scp_request_header.command,
request_sent,
self._packet_timeout)

# Report any other exception
Expand Down

0 comments on commit f593bfb

Please sign in to comment.