Aditya Vaish wrote:
> Using perl
Using perl
Aditya Vaish wrote:
> 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:
>
> # ca
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