-
Hello!
First off thank you for all of your hard work with ruffus! It has been an exceptional tool to use and has already saved me hours of time! I have a quick question (if this is not the proper plac…
-
This ticket relates to the email on the ruffus mailing list with title "possible bug with LoggerProxy?"
The bug causes this exception:
AttributeError: 'LoggerProxy' object has no attribute 'warn'
bjpop updated
9 years ago
-
```
Documentation is for 2.3b1 but when I go to download link on pypi.python.org or
code.google.com, only 2.2 shows. Is Ruffus defunct?
```
Original issue reported on code.google.com by `erxnme...…
-
Hi there, and thank you for any assistance,
OCRmyPDF fails to create a new file.
here's the install process:
pip3 install ocrmypdf
Downloading/unpacking ocrmypdf
Downloading ocrmypdf-3.0.tar.g…
-
```
Verbosity levels for pipeline_printout and pipeline_run do not seem to be
synchronised. It is not clear what exactly increasing verbosity does at each
level. What is more, different things seem …
-
```
I believe the example code in the tutorial was included as images:
http://www.ruffus.org.uk/tutorials/simple_tutorial/step1_follows.html
Would it be possible to include the example code as text, …
-
```
In Python 3, process.communicate() returns bytes, not strings. Calling
stream.write(result_str) in ruffus.graph.graph_printout() causes an exception.
The solution is to open the output file with…
-
```
Having the ruffus directory nested in the src/ subdirectory prevents "sudo
python setup.py develop" from working properly. Granted that's probably a
bigger issue with setuptools, but it does mak…
-
```
What steps will reproduce the problem?
1. cd doc
2. make html
What is the expected output? What do you see instead?
I expect to generate documentation on my machine. This works.
But then I get …
-
```
split operations which produce many output jobs should be printed as such:
Task = split_animals
Job = [None
->cows.animal
->horses.animal]
instead of
Task = sp…