From 53f125d654a4b7a751ad226a98591088f30b0a0a Mon Sep 17 00:00:00 2001 From: knj Date: Thu, 8 Sep 2022 17:17:05 +0200 Subject: [PATCH] small adaptation to search string in check_for_warnings.py --- ci/check_for_warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check_for_warnings.py b/ci/check_for_warnings.py index c9240e040a..cc658b3d40 100755 --- a/ci/check_for_warnings.py +++ b/ci/check_for_warnings.py @@ -3,7 +3,7 @@ import argparse import sys -SEARCH_FOR = "warning:" +SEARCH_FOR = "warning" RETURN_FOUND = 123 -- GitLab