Skip to content

Commit 4179d1c

Browse files
committed
Fix copypasta in check-python-files.sh
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
1 parent f21269a commit 4179d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-python-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $PYTHON -m mypy framework/scripts/*.py framework/scripts/mbedtls_framework/*.py
7474
}
7575

7676
$PYTHON -m mypy scripts/*.py tests/scripts/*.py || {
77-
echo >&2 "pylint reported errors in the parent repository"
77+
echo >&2 "mypy reported errors in the parent repository"
7878
ret=1
7979
}
8080

0 commit comments

Comments
 (0)