From ccd61e321140d40971a78849a0db84641fe7847a Mon Sep 17 00:00:00 2001 From: dspitzba <daniel.spitzbart@cern.ch> Date: Wed, 26 Jul 2023 14:21:31 -0400 Subject: [PATCH] stupid bug, thanks CI --- test_tamalero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tamalero.py b/test_tamalero.py index 1a15592..b09b75a 100644 --- a/test_tamalero.py +++ b/test_tamalero.py @@ -260,7 +260,7 @@ if __name__ == '__main__': if args.power_up or args.reconfigure: # FIXME this is taken out because it sometimes sends the RB into the Nirvana. # Daniel will fix it when he has time. - rb_0.reset_problematic_links( + rb.reset_problematic_links( max_retries=10, allow_bad_links=args.allow_bad_links) if verbose: -- GitLab