updated check_python_asserts.sh

pull/2/head
Hari Sekhon 5 years ago
parent 4b60e2bcbf
commit 5714f84597

@ -17,6 +17,7 @@ set -eu
[ -n "${DEBUG:-}" ] && set -x
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck disable=SC1090
. "$srcdir/lib/utils.sh"
if [ -z "$(find "${1:-.}" -maxdepth 2 -type f -iname '*.py' -o -iname '*.jy')" ]; then

Loading…
Cancel
Save