python: attempt to fix #1320

This commit is contained in:
Nguyen Anh Quynh 2018-12-31 15:51:50 +08:00
parent ac2b4f7ae0
commit 5087076f62
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def test_class():
# Or provide just a function
md.skipdata_cb = testcb
# Note that reading this property will always return a tuple
assert md.skipdata_cb == (testcb, None), md.skipdata_cb
assert md.skipdata_cb == (testcb, None)
for insn in md.disasm(code, 0x1000):
#bytes = binascii.hexlify(insn.bytes)