commit 792d81df207d5a3b87ab08834975ff46b222267d
parent b43cee9720d5d6af5923f9909025d724dc2bed73
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 7 Nov 2017 23:01:31 +0100
pylint cli arg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -167,7 +167,7 @@ LINT_FACTORY.addStep(ShellCommand(
description="running static analysis",
descriptionDone="static analysis done",
command=["pylint",
- "--load_plugins",
+ "--load-plugins",
"pylint_django",
"talerbank/"]))