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