Skip to content

Commit

Permalink
merged in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 19, 2024
2 parents b173ad1 + 5ace979 commit 1e5a5df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def read_data_bytestring(self, data: bytes, offset: int):
result = self.scp_response_header.result
if result != SCPResult.RC_OK:
raise SpinnmanUnexpectedResponseCodeException(
"Get packet reinjection status", self._command_code,
result.name)
"Get packet reinjection status",
str(self._command_code), result.name)
self._reinjection_status = ReInjectionStatus(data, offset)

@property
Expand Down

0 comments on commit 1e5a5df

Please sign in to comment.