diff --git a/ci/check_for_warnings.py b/ci/check_for_warnings.py index c9240e040ab0edc402b554462fcf917ee2c12cf5..cc658b3d40f75cf81cd45348a257a9f34df4980f 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