diff --git a/geos-ats/src/geos/ats/helpers/process_tests_failures.py b/geos-ats/src/geos/ats/helpers/process_tests_failures.py index 518faa2d..3f07462b 100644 --- a/geos-ats/src/geos/ats/helpers/process_tests_failures.py +++ b/geos-ats/src/geos/ats/helpers/process_tests_failures.py @@ -167,6 +167,7 @@ def main(): print( "unknown arguments %s" % unknown_args ) exclusionStrings = DEFAULT_EXCLUSION_STRINGS + args.exclusionStrings + logging.info( f"exclusionStrings: {exclusionStrings}\n" ) parse_logs_and_filter_errors( args.directory, args.extension, exclusionStrings, args.numTrailingLines )