-
Notifications
You must be signed in to change notification settings - Fork 311
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcomponent: bots
Milestone
Description
from changelog:
intelmq.lib.bot.SQLBotwas replaced by an SQLMixin inintelmq.lib.mixins.SQLMixin. The Generic DB Lookup Expert bot and the SQLOutput bot were updated accordingly.
but it seems like that generic db lookup code was not updated completely.
line 61: elif self.cur.rowcount == 1 or (self.cur.rowcount == -1 and self.engine == SQLBot.SQLITE):
line 65: elif self.cur.rowcount == -1 and self.engine == SQLBot.SQLITE:
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcomponent: bots