Skip to content

Commit e9986c6

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

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
@@ -76,7 +76,7 @@ $PYTHON -m mypy framework/scripts/*.py framework/scripts/mbedtls_framework/*.py
7676
}
7777

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

0 commit comments

Comments
 (0)