Pixel-Fondue/mecco_replay

`run()` methods should have a `breakOnError` kwarg, default True

Closed this issue · 0 comments

Right now, if an error is encountered when a command runs, the macro stops running. We need a mode that will plow through (breakOnError=False)