* Fix a couple more typos/strange supybot errors.

* partial work on LP: #448619
This commit is contained in:
Terence Simpson
2009-10-15 23:06:18 +01:00
parent ed99993d24
commit 55f88b5a60
4 changed files with 34 additions and 7 deletions

View File

@ -99,7 +99,8 @@ class Bugtracker(callbacks.PluginRegexp):
if group.trackertype() in defined_bugtrackers.keys():
self.db[name] = defined_bugtrackers[group.trackertype()](name, group.url(), group.description())
else:
raise BugtrackerError("Unknown trackertype: %s" % group.trackertype())
# raise BugtrackerError("Unknown trackertype: %s (%s)" % (group.trackertype(), name))
self.log.warning("Unknown trackertype: %s (%s)" % (group.trackertype(), name))
self.shorthand = utils.abbrev(self.db.keys())
# Schedule bug reporting