Good catch. On Mon, Mar 15, 2010 at 2:14 PM, Roshan Mathews <[email protected]> wrote:
> On Mon, Mar 15, 2010 at 13:54, Kenneth Gonsalves <[email protected]> > wrote: > > for child in children: > > getaccbal(child.id,bal) > > This line returns a "balance" which is discarded. Maybe it should be: > bal += getaccbal(...) ? > > Roshan Mathews > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
