Skip to content

Commit

Permalink
Merge pull request #927 from onekey-sec/missing_underscore_tar
Browse files Browse the repository at this point in the history
fix(tar): fix verbosity in checksum checker in tar handler
  • Loading branch information
kissgyorgy authored Aug 21, 2024
2 parents 7311f1c + b49bb96 commit 2702077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unblob/handlers/archive/tar.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def signed_sum(octets) -> int:
"Invalid checksum format",
actual_last_2_bytes=header.chksum[6:8],
handler=self.NAME,
verbosity=3,
_verbosity=3,
)
return None
checksum = decode_int(header.chksum[:6], 8)
Expand Down

0 comments on commit 2702077

Please sign in to comment.