Skip to content

Commit

Permalink
remove extra arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 22, 2024
1 parent 04044d8 commit b6ebaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6ebaf2

Please sign in to comment.