From cc5f0befeb684056fa41141884b59fa83907ca0f Mon Sep 17 00:00:00 2001 From: kiihne-noaa Date: Wed, 13 Nov 2024 13:35:52 -0500 Subject: [PATCH] removed brackets --- fre/make/tests/null_example/test_checkout_null_yaml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fre/make/tests/null_example/test_checkout_null_yaml.py b/fre/make/tests/null_example/test_checkout_null_yaml.py index 6865ea5b..7ec88bca 100644 --- a/fre/make/tests/null_example/test_checkout_null_yaml.py +++ b/fre/make/tests/null_example/test_checkout_null_yaml.py @@ -12,8 +12,8 @@ yamlfile = Path(f"{test_dir}/null_model.yaml") #set platform and target -platform = ["ncrc5.intel"] -target = ["debug"] +platform = "ncrc5.intel" +target = "debug" #set output directory #out_dir = Path(f"fre/make/tests/null_example/fre_make_out")