From 0395355e6c082a948992e03082931004e86f8605 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Tue, 1 Oct 2019 20:52:10 +0530 Subject: [PATCH] changes in pylint changes --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0e9648f0..0d679f71 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -107,7 +107,7 @@ pipeline { steps{ sh ''' export TERM="linux" - pylint --rcfile=pylint.cfg $(find . -maxdepth 1 -name "*.py" -print) PyBitmessage/ > pylint.log || exit 0 + pylint --rcfile=pylint.cfg $(find . -maxdepth 1 -name "*.py" -print) PyBitmessage/src > pylint.log || exit 0 ''' } }