Jason Tackaberry wrote:
> +            # One or more IP was already finished.  We pass each one to 
> +            # self.finish until we're actually finished (because the 
> prefinished
> +            # IP may get filtered).
> +            while not self.finished:
> +                idx = prefinished.pop(0)
> +                # FIXME: if the IP failed with exception, we'll end up 
> raising here
> +                # due to accessing its result.
> +                self.finish(idx, self._objects[idx].result)

I don't get it. Why not pass the first result?


Dischi

-- 
"I don't suffer from insanity. I enjoy every minute of it."

------------------------------------------------------------------------------
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to