I have created a script to run a test script on a batch of files,have been testing it overnight for two nights, however it just hangs at a certain point.
I was wondering if the the commands.getstatusoutput() is the issue here since the test script is has a heavy logging mechanism.
Update:
How is using subprocess module functions different from using os.system() which way of doing things is better?