diff --git a/workflow/applications/applications.py b/workflow/applications/applications.py index 164cc9cd93b..ff809146c27 100644 --- a/workflow/applications/applications.py +++ b/workflow/applications/applications.py @@ -169,7 +169,7 @@ def source_configs(self, run: str = "gfs", log: bool = True) -> Dict[str, Any]: files += [f'config.{config}'] print(f'sourcing config.{config}') if log else 0 - configs[config] = self.conf.parse_config(files, RUN=run) + configs[config] = self.conf.parse_config(files)#, RUN=run) return configs