check_tags_in_requests: factory property is actually an array
This commit is contained in:
parent
628c1a107d
commit
31004b5724
@ -141,7 +141,7 @@ class CommandLineInterface(ReviewBot.CommandLineInterface):
|
|||||||
bot = ReviewBot.CommandLineInterface.setup_checker(self)
|
bot = ReviewBot.CommandLineInterface.setup_checker(self)
|
||||||
|
|
||||||
if self.options.factory:
|
if self.options.factory:
|
||||||
bot.factory = self.options.factory
|
bot.factory = [ self.options.factory ]
|
||||||
|
|
||||||
return bot
|
return bot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user