I want to automate the python to re-run the code when it returns error, is it possible and how can I do it?
I have a script and each time that returns an error I have to run it again. The error does not interfere in the process, so it can't be a problem re-run.
try - exceptblock to catch the error, and handle it that way?