Revision: 401
http://rpy.svn.sourceforge.net/rpy/?rev=401&view=rev
Author: warnes
Date: 2008-01-25 12:14:00 -0800 (Fri, 25 Jan 2008)
Log Message:
-----------
Correct name of runtime exception
Modified Paths:
--------------
trunk/rpy/rpy_tools.py
Modified: trunk/rpy/rpy_tools.py
===================================================================
--- trunk/rpy/rpy_tools.py 2008-01-21 16:08:51 UTC (rev 400)
+++ trunk/rpy/rpy_tools.py 2008-01-25 20:14:00 UTC (rev 401)
@@ -55,7 +55,7 @@
else:
stat, rhome = getstatusoutput('R RHOME | tail -n 1')
if stat or len(rhome)<=0:
- raise RuntimeExecError("Couldn't execute the R interpreter.\n"
+ raise RuntimeError("Couldn't execute the R interpreter.\n"
"Check whether R is in the execution path.")
rhome = rhome.strip()
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list