The history seems to store relative paths, which can cause up-to-date tasks to rerun if we run from a different working directory. Is there a way to have the history store absolute paths instead (or any other pointers to avoid the issue)? Thank you!
|
yield os.path.relpath(o_f_n) |
The history seems to store relative paths, which can cause up-to-date tasks to rerun if we run from a different working directory. Is there a way to have the history store absolute paths instead (or any other pointers to avoid the issue)? Thank you!
ruffus/ruffus/task.py
Line 4820 in 9367f82