On Wed, Jan 14, 2009 at 7:16 PM, Adam Kennedy
<[email protected]>wrote:

> If the "delete pending" thing is detectable, we could even just fix it
> in error handling.
>
> if ( $@ =~ /delete pending/ ) {
>    print "Waiting for files to delete...\n";
>    sleep(5);
>    run_it_again();
> }
>

It's not a consistent error message, I think.  That error shows up deep in
File::Path and the resulting error is usually about not being able to delete
because of permissions.

-- David

Reply via email to