How to make long program keep going if error comes?? [message #94148] |
Fri, 03 February 2017 22:13  |
priyamalik484
Messages: 7 Registered: December 2016
|
Junior Member |
|
|
Hell all,
I am running a code over 85K files in loop, which is
taking very much time, but there is an issue if any error comes for
a file, the code is getting stopped there and I have to to all process
again and again. Which is very much time consuming.
Is there any way in which I can continue my process after correcting
the issue with that file? Or even if I can simply note the errors
for future and keep my program going, and I can run separately my
code after that for these wrong files?
Please any help???
|
|
|
|
|