python: attempt to fix #1320
diff --git a/bindings/python/test_skipdata.py b/bindings/python/test_skipdata.py
index 4817f9a..c871c07 100755
--- a/bindings/python/test_skipdata.py
+++ b/bindings/python/test_skipdata.py
@@ -53,7 +53,7 @@
             # 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)