Unverified Commit a76e250f authored by Hongkun Yu's avatar Hongkun Yu Committed by GitHub
Browse files

Update to use py3 lint (#7367)

* Update to use py3 lint

* Update model_saving_utils.py

Testing. To be reverted

* Update model_saving_utils.py
parent 126134f2
...@@ -39,7 +39,7 @@ do_pylint() { ...@@ -39,7 +39,7 @@ do_pylint() {
echo "ERROR_WHITELIST=\"${ERROR_WHITELIST}\"" echo "ERROR_WHITELIST=\"${ERROR_WHITELIST}\""
PYLINT_BIN="pylint" PYLINT_BIN="python3 -m pylint"
PYTHON_SRC_FILES=$(get_py_files_to_check $1) PYTHON_SRC_FILES=$(get_py_files_to_check $1)
if [[ -z ${PYTHON_SRC_FILES} ]]; then if [[ -z ${PYTHON_SRC_FILES} ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment