Revision 1618
Added by Aaron Marcuse-Kubitza almost 13 years ago
exc.py | ||
---|---|---|
95 | 95 |
iter_text_plural = self.iter_text+'(s)' |
96 | 96 |
numerator = self.e_ct |
97 | 97 |
if self.err_iter_ct != None: |
98 |
msg += ' in '+format.int2str(self.err_iter_ct)+' '+iter_text_plural
|
|
98 |
msg += ' in '+format.int2str(self.err_iter_ct) |
|
99 | 99 |
numerator = self.err_iter_ct |
100 | 100 |
if self.iter_ct != None: |
101 | 101 |
msg += ('/'+format.int2str(self.iter_ct)+' '+iter_text_plural+' = ' |
Also available in: Unified diff
exc.py: ExPercentTracker: When diplaying fraction of iters that had errors, don't duplicate the iter_text ("row", etc.) in the numerator