Running multiple scripts in sequence in Python
Advertisements I am running multiple scripts in sequence according to the list I and the following executable. However, when one of the script in folder (say, 2) runs into an error, it terminates instead of moving to folder 3. Basically I want the executable to move onto the next script if there is an error… Read More Running multiple scripts in sequence in Python