Skip to content

Commit

Permalink
pynorms NOAA-EMC#2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Oct 7, 2024
1 parent cec645f commit bc7fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/jedi/jedi.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def render_jcb(self, task_config: AttrDict, algorithm: Optional[str] = None) ->
if not self.jedi_config.jcb_algo_yaml and not algorithm:
logger.error(f"FATAL ERROR: Unable to compile JEDI configuration dictionary, ABORT!")
logger.error(f"FATAL ERROR: JEDI config must contain jcb_algo_yaml or algorithm be
specified as an input to jedi.render_jcb()")
specified as an input to jedi.render_jcb()")

# Fill JCB base YAML template and build JCB config dictionary
jcb_config = parse_j2yaml(self.jedi_config.jcb_base_yaml, task_config)
Expand Down

0 comments on commit bc7fbbd

Please sign in to comment.