mirror of https://github.com/ecmwf/eccodes.git
Testing: pylint
This commit is contained in:
parent
9faa953ceb
commit
58a21670be
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue