From b6ebaf2f290104845adccd68c5aecc66ea2ca0da Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Mon, 22 Jan 2024 23:09:45 +0100 Subject: [PATCH] remove extra arguments --- eb_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eb_hooks.py b/eb_hooks.py index 7e899b502e..9a53ea2870 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -202,7 +202,7 @@ def parse_hook_openblas_relax_lapack_tests_num_errors(ec, eprefix): orig_value = ec[cfg_option] ec[cfg_option] = 302 print_msg("Maximum number of failing LAPACK tests with numerical errors for %s relaxed to %s (was %s)", - ec.name, ec[cfg_option], orig_value) ec.name, ec[cfg_option], orig_value) + ec.name, ec[cfg_option], orig_value) else: print_msg("Not changing option %s for %s on non-AARCH64", cfg_option, ec.name) else: