Comment 14 for bug 1560134

Revision history for this message
Miguel Latorre (ma-latorre-diaz) wrote :

My current workaround is changing checker.py:212 from:

full_name = module + '.' + self.real_name

to

full_name = (module or '') + '.' + self.real_name