On this page:
http://wwwfgu.anat.ox.ac.uk/~lg/oss/ruffus/decorators/transform.html
near the bottom it has:
regex("r(.*).c")
I believe it should be:
regex(r"(.*).c")
(shift r before double quote)
On this page:
http://wwwfgu.anat.ox.ac.uk/~lg/oss/ruffus/tutorials/manual/logging.html
near the bottom it has:
logger.proxy.info("Here we go logging")
I believe it should be:
logger_proxy.info("Here we go logging")
(replace dot with underscore)
Original issue reported on code.google.com by bjp...@unimelb.edu.au on 8 Sep 2010 at 5:46
Original issue reported on code.google.com by
bjp...@unimelb.edu.au
on 8 Sep 2010 at 5:46