changes in pylint changes

This commit is contained in:
shikhar.s 2019-10-01 20:52:10 +05:30
parent bafe704012
commit 0395355e6c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
'''
}
}