Commit aa85f33e authored by Brenden Blanco's avatar Brenden Blanco

Enable python3 compatible strings in biosnoop

Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent afc11804
......@@ -154,7 +154,7 @@ def print_event(cpu, data, size):
if event.rwflag == 0:
rwflg = "R"
if not re.match('\?', event.name):
if not re.match(b'\?', event.name):
val = event.sector
if start_ts == 0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment