From fef9dd6e8fed5104d97f81ae25f006fd7194503b Mon Sep 17 00:00:00 2001 From: "Hong.Guan" Date: Thu, 26 Sep 2024 16:28:40 -0400 Subject: [PATCH] Fix the python code error --- workflow/applications/gefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/applications/gefs.py b/workflow/applications/gefs.py index d206254e41..78eaf4ea47 100644 --- a/workflow/applications/gefs.py +++ b/workflow/applications/gefs.py @@ -18,7 +18,7 @@ def _get_app_configs(self): if self.nens > 0: configs += ['efcs', 'atmos_ensstat'] - + if self.do_repair_replay: configs += ['repair_replay']