0

I'm using doit to automiate some data analysis pipeline. During development/debug time, it is often necessary to rerun a task even its file dependencies haven't changed. I was wondering whether there is a command line option to achieve this. I've searched the document but could not find one.

victorx
  • 3,267
  • 2
  • 25
  • 35

1 Answers1

2

Yes, just run with the parameter -a, --always-execute.

It is mentioned in a note in the tutorial.

schettino72
  • 2,990
  • 1
  • 28
  • 27