Revision: 428 http://rpy.svn.sourceforge.net/rpy/?rev=428&view=rev Author: lgautier Date: 2008-03-13 14:09:01 -0700 (Thu, 13 Mar 2008)
Log Message: ----------- Edit message in exception Modified Paths: -------------- trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c Modified: trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c =================================================================== --- trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c 2008-03-08 15:36:37 UTC (rev 427) +++ trunk/sandbox/rpy_nextgen/rpy/rinterface/rinterface.c 2008-03-13 21:09:01 UTC (rev 428) @@ -474,7 +474,7 @@ is_SexpObject = PyObject_TypeCheck(argValue, &Sexp_Type); if (! is_SexpObject) { PyErr_Format(PyExc_ValueError, - "All parameters must be of type Sexp_Type."); + "All named parameters must be of type Sexp_Type."); Py_XDECREF(citems); goto fail; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list