johnrajbd / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

bugs in errorhandling of reading plugins #322

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
2 bugs in bots 3.2.0 (reported by ludovic), eg
447         -   notification = -(u'Error reading plugin: "%s".')%unicode(msg)
    447     +   notification = _(u'Error reading plugin: "%s".')%unicode(msg)

Original issue reported on code.google.com by hjebb...@gmail.com on 26 Mar 2015 at 12:42