check_tags_in_requests: factory property is actually an array

This commit is contained in:
Ludwig Nussel 2018-09-24 16:01:44 +02:00
parent 628c1a107d
commit 31004b5724

View File

@ -141,7 +141,7 @@ class CommandLineInterface(ReviewBot.CommandLineInterface):
bot = ReviewBot.CommandLineInterface.setup_checker(self)
if self.options.factory:
bot.factory = self.options.factory
bot.factory = [ self.options.factory ]
return bot