From 21b5b19e82499bbf3a79fe70ada0bb54cdb9af84 Mon Sep 17 00:00:00 2001 From: "Michael J. Kavulich, Jr" Date: Wed, 19 Jul 2023 03:51:02 +0000 Subject: [PATCH] Fix error in output directory name for test "test_gdas_ics_from_aws" --- tests/test_python/test_retrieve_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_python/test_retrieve_data.py b/tests/test_python/test_retrieve_data.py index e35838c0dd..1d54e0904c 100644 --- a/tests/test_python/test_retrieve_data.py +++ b/tests/test_python/test_retrieve_data.py @@ -168,7 +168,7 @@ def test_gdas_ics_from_aws(self): with tempfile.TemporaryDirectory(dir=self.path) as tmp_dir: os.chdir(tmp_dir) - out_path_tmpl = os.path.join(tmp_dir, "mem{{mem:03d}}") + out_path_tmpl = os.path.join(tmp_dir, "mem{mem:03d}") # fmt: off args = [