changeset 866 | ee6adf7586c1 |
parent 862 | bb59865db6e6 |
child 1067 | 4f460c1dffb5 |
--- a/tests/python/python@py_ext/py_ext.xml Mon Oct 22 17:39:13 2012 +0200 +++ b/tests/python/python@py_ext/py_ext.xml Tue Oct 23 11:34:37 2012 +0200 @@ -9,7 +9,7 @@ i = ctypes.c_int() if(Python_to_C_Call(arg, i)): res = i.value - print "toC:", arg, "from C:", res + print "toC:", arg, "from C:", res, "FBID:", FBID else: print "Failed Python_to_C_Call failed" res = None