On Mon, Apr 07, 2008 at 01:49:55PM -0600, Tim Knitter wrote: >> - line 125: make this an else clause on the for loop. It'll only be >> invoked when the loop exits normally; i.e., without "break"ing out.
Sorry, I wasn't clear; you won't need the if test any more here, as the only times you'll fall off the end of the for loop are when you didn't invoke the continue statements, which means that self.be_name won't yet have been set. When you have that done, make sure you're synced up with the gate, and send me the output of "hg export". Thanks, Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
