Comment 3 for bug 344220

Revision history for this message
Michal Kwiatkowski (ruby) wrote :

This bug is related to itrade_logging.py using nested arguments, for example in formatException method of the myColorFormatter class:

> class myColorFormatter(Formatter):
> def formatException(self, (E, e, tb)):

Work on this bug is being done in the itrade-fixes branch.