Closed GoogleCodeExporter closed 9 years ago
This seems to be a Windows specific problem. task.py:job_wrapper_mkdir() calls
os.makedirs(d) and ignore OSError exceptions if the text includes the words
"File exists". Unfortunately, in Windows, the exception is WindowsError and the
message should include "file already exists". A patch has been submitted and
will be incorporated into Ruffus v.2.4.2
Original comment by bunbu...@gmail.com
on 10 Jul 2014 at 1:35
Original issue reported on code.google.com by
bunbu...@gmail.com
on 10 Jul 2014 at 1:33