flake8 fix

This commit is contained in:
Mike McLean 2023-03-13 11:53:27 -04:00 committed by Tomas Kopecek
parent 1d117742fa
commit 898af45e4f

View file

@ -776,7 +776,7 @@ class RawHeader(object):
elif pad:
# pos == expected_ofs
print("Alignment padding: %i" % pad)
padbytes = self.header[pos-pad:pos]
padbytes = self.header[pos - pad:pos]
if padbytes != b'\0' * pad:
print("NON-NULL padding bytes: %s" % hex_string(padbytes))
print("Tag: %d [%s], Type: %d, Offset: 0x%x, Count: %d"