Turn off pylint
This commit is contained in:
parent
bcb001350a
commit
b7e47b4db5
14
run.sh
14
run.sh
@ -73,13 +73,13 @@ process_test()
|
||||
SUCCESS=no
|
||||
fi
|
||||
|
||||
if [[ "$PYLINT_OK" == "0" ]]
|
||||
then
|
||||
MSS="$MSS PYLINT OK"
|
||||
else
|
||||
MSS="$MSS PYLINT FAILED"
|
||||
# SUCCESS=no
|
||||
fi
|
||||
# if [[ "$PYLINT_OK" == "0" ]]
|
||||
# then
|
||||
# MSS="$MSS PYLINT OK"
|
||||
# else
|
||||
# MSS="$MSS PYLINT FAILED"
|
||||
# # SUCCESS=no
|
||||
# fi
|
||||
|
||||
if [[ "$JUST_NUMBER" -gt 205 && "$JUST_NUMBER" -le 219 ]]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user