On Monday 15 Mar 2010 2:14:28 pm Roshan Mathews 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(...) ? >
yes. thanks. -- regards Kenneth Gonsalves Senior Associate NRC-FOSS http://certificate.nrcfoss.au-kbc.org.in _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
