Fix copypasta in check-python-files.sh

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti
2025-12-12 17:44:05 +01:00
parent 5066f2cbf9
commit 12fe6e31e7
+1 -1
View File
@@ -74,7 +74,7 @@ $PYTHON -m mypy framework/scripts/*.py framework/scripts/mbedtls_framework/*.py
}
$PYTHON -m mypy scripts/*.py tests/scripts/*.py || {
echo >&2 "pylint reported errors in the parent repository"
echo >&2 "mypy reported errors in the parent repository"
ret=1
}