From aaa5b68fc69ba1d75f3329ccfcf6b723a3afa811 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Fri, 4 Oct 2024 16:39:29 +0000 Subject: [PATCH] Appease the hound --- test/framework/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/framework/options.py b/test/framework/options.py index fb6732fb90..bd3f9301b5 100644 --- a/test/framework/options.py +++ b/test/framework/options.py @@ -509,8 +509,8 @@ def check_args(job_args, passed_args=None, try_opts='', tweaked_eb_file='gzip-1. check_args(['--debug']) check_args(['--debug', '--stop=configure', '--try-software-name=foo'], passed_args=['--debug', "--stop='configure'"], - try_opts = " --try-software-name='foo'", - tweaked_eb_file = "foo-1.4.eb") + try_opts=" --try-software-name='foo'", + tweaked_eb_file="foo-1.4.eb") check_args(['--debug', '--robot-paths=/tmp/foo:/tmp/bar'], passed_args=['--debug', "--robot-paths='/tmp/foo:/tmp/bar'"]) # --robot has preference over --robot-paths, --robot is not passed down