python script terminating
Using perl
python script terminating
I have a python script running on Debian sarge. It loops and walk through a directory while 1: for dirn in os.listdir(buildpath): if os.path.exists(os.path.join(buildpath, dirn, 'pass')) and dirn.find(build1) != -1: # case 1 Do something