emorice / galp

Incremental distributed python runner
MIT License
0 stars 0 forks source link

Handle leftover files #111

Closed emorice closed 2 weeks ago

emorice commented 2 weeks ago

I have a step doing an os.symlink then something else that fails. On every second attempt, I need to manually clear the symlink left over by the previous iteration. This should not be necessary, but at the same time I'm not a big fan of deleting things automatically that could be valuable for post-mortem analyses.