Changeset 1788
- Timestamp:
- 02/21/07 04:00:58 (22 months ago)
- Files:
-
- 1 modified
-
plugins/python-module/src/python_module.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/python-module/src/python_module.c
r1753 r1788 225 225 if (PyErr_GivenExceptionMatches(pytype, osyncerror)) { 226 226 /* if it's an OSyncError, just report that up on the context object */ 227 PyObject *obj = PyObject_CallMethod(pyvalue, "report", "O O", pyvalue, pycontext);227 PyObject *obj = PyObject_CallMethod(pyvalue, "report", "O", pycontext); 228 228 if (!obj) { 229 229 PYERR_CLEAR();
