From: <li...@us...> - 2011-12-30 19:44:17
|
Revision: 244 http://bugs-r.svn.sourceforge.net/bugs-r/?rev=244&view=rev Author: ligges Date: 2011-12-30 19:44:11 +0000 (Fri, 30 Dec 2011) Log Message: ----------- Grrr, accidentally reverted the maintainer removal Modified Paths: -------------- trunk/BRugs/R/internal.R Modified: trunk/BRugs/R/internal.R =================================================================== --- trunk/BRugs/R/internal.R 2011-12-30 19:37:41 UTC (rev 243) +++ trunk/BRugs/R/internal.R 2011-12-30 19:44:11 UTC (rev 244) @@ -85,7 +85,7 @@ buf <- readLines(file.path(tempdir(), "buffer.txt")) trap <- grep("Sorry something went wrong", buf, value=TRUE) if(length(trap) > 0) message(trap[1]) - stop(errors[res], "\nPlease report this bug to ", maintainer) + stop(errors[res])#, "\nPlease report this bug to ", maintainer) } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |