On 04/13/2012 02:42 PM, Lucas Meneghel Rodrigues wrote:
>> +    try:
>> +        os.unlink(filename)
>> +    except OSError:
>> +        continue
>> +    print "Cleaned temporary file %s" % filename
>
> ^ The print statement has to go after os.unlink, otherwise it looks good
> to me.
>

Ahh, wups, good catch.  Here comes the fix...

-- 
Chris Evich, RHCA, RHCE, RHCDS, RHCSS
Quality Assurance Engineer
e-mail: cevich + `@' + redhat.com o: 1-888-RED-HAT1 x44214
_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to