Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

Practices we can have to check if a python script Failed or is Successfull

$
0
0

Can any one suggest a good practice we can follow to track a python script.

Eg : If a script runs ,:I need the start_time , End_time and if whether the execution was successful or not (0 or 1).

I believe we need to develop another python script to track this case and import that file to whichever script we need tracking.

But not able to implement to track the status of the execution.

Please share if you have any other good ideas.


Viewing all articles
Browse latest Browse all 23131

Trending Articles