Testing: pylint

This commit is contained in:
Shahram Najm 2018-09-05 17:33:30 +01:00
parent 9faa953ceb
commit 58a21670be
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ do
# Generate Python code from BUFR file
${tools_dir}/bufr_dump -Epython $inputBufr > $tempSrc
#pylint --disable=E0602,R,C,W $tempSrc
# The python code always creates an output file called outfile.bufr
$PYTHON $tempSrc