[reportlab-users] onProgress
Robin Becker
robin at reportlab.com
Fri Mar 11 05:32:58 EST 2005
Steve Halasz wrote:
> Hi,
>
> I think I've encountered a bug in 1.20. It appears that at line 706 of
> doctemplate.py there should be:
>
> if self._onProgress:
> self._onProgress('PASS', passes)
>
> rather than:
>
> if self._onProgress:
> self.onProgress('PASS', passes)
>
> Regards,
> Steve
..... fixed in svn; thanks for the keen eyes.
--
Robin Becker
More information about the reportlab-users
mailing list