From 50ac795b4bda3b87ea7517ba0c9e28f0d3b9d7c9 Mon Sep 17 00:00:00 2001 From: blake Date: Mon, 22 Aug 2022 15:58:18 -0500 Subject: [PATCH] LP#1931737 Fixed Perl semicolon issue Signed-off-by: blake --- Open-ILS/src/support-scripts/pingest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/pingest.pl b/Open-ILS/src/support-scripts/pingest.pl index 5db2775075..2453fc935e 100755 --- a/Open-ILS/src/support-scripts/pingest.pl +++ b/Open-ILS/src/support-scripts/pingest.pl @@ -271,7 +271,7 @@ sub symspell_reification { # There might be a race condition above if non-pingest record updates # were started before the first of the two statements above, but ended # after the second one, so we'll wait a few seconds and then look again. - sleep(5) + sleep(5); # This count will always be 0 when symspell reification is done inline # rather than delayed, because it is handled by a trigger that runs -- 2.11.0