diff options
author | Tzung-Bi Shih <tzungbi@kernel.org> | 2023-02-03 18:14:30 +0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-02-13 09:09:46 -0700 |
commit | 787fccb321dd6c1c464bb11d952074edbde5de36 (patch) | |
tree | 38f1fe57e593c6fd44f355481415ad1f7f4be638 /scripts/clang-tools/gen_compile_commands.py | |
parent | 4ebe33398c40c1118b4d8546978036c0e0032d1b (diff) |
selftests: tpm2: remove redundant ord()
When testing with FLAG_DEBUG enabled client, it emits the following
error messages:
File "/root/tpm2/tpm2.py", line 347, in hex_dump
d = [format(ord(x), '02x') for x in d]
File "/root/tpm2/tpm2.py", line 347, in <listcomp>
d = [format(ord(x), '02x') for x in d]
TypeError: ord() expected string of length 1, but int found
The input of hex_dump() should be packed binary data. Remove the
ord().
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions