[reportlab-users] onProgress

Steve Halasz debian at adkgis.org
Fri Mar 11 02:49:23 EST 2005


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



More information about the reportlab-users mailing list