From c3a001466fb0773c40b5b121f96a998d3d1d3496 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Sat, 13 May 2023 09:54:38 +0200 Subject: [PATCH] fix: [tools] clarify validate all output --- validate_all.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/validate_all.sh b/validate_all.sh index ab9b473..0a4183b 100755 --- a/validate_all.sh +++ b/validate_all.sh @@ -85,5 +85,7 @@ do echo '' done -# check for empyt strings in clusters +# check for empty strings in clusters python3 -m tools.chk_empty_strings + +echo "If you see this message, all is probably well." \ No newline at end of file