Skip to content

Commit

Permalink
Temporary CI debugging - DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed May 22, 2023
1 parent 658e537 commit 5a99408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/scripts/python_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ if [[ -n "${MORPHEUS_MODIFIED_FILES}" ]]; then
fi

if [[ "${SKIP_FLAKE}" == "" ]]; then
echo "Running flake8 on ${#MORPHEUS_MODIFIED_FILES[@]} files:"
FLAKE_OUTPUT=`python3 -m flake8 --config ${PY_CFG} ${MORPHEUS_MODIFIED_FILES[@]} 2>&1`
FLAKE_RETVAL=$?
echo "flake8 return value: ${FLAKE_RETVAL}"
echo "flake8 output:"
echo "${FLAKE_OUTPUT}"
echo "-------------------"
fi

if [[ "${SKIP_YAPF}" == "" ]]; then
Expand Down

0 comments on commit 5a99408

Please sign in to comment.