Skip to content

Commit

Permalink
Add missing documentation to execute_stage function
Browse files Browse the repository at this point in the history
Refs #2475
  • Loading branch information
KateFriedman-NOAA committed Aug 6, 2024
1 parent 00d0a8c commit e14e623
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ush/python/pygfs/task/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ def __init__(self, config: Dict[str, Any]) -> None:
@logit(logger)
def execute_stage(self, stage_dict: Dict[str, Any]) -> None:
"""Perform local staging of initial condition files.
Parameters
----------
stage_dict : Dict[str, Any]
Configuration dictionary
Returns
-------
None
"""

if not os.path.isdir(stage_dict.ROTDIR):
Expand Down

0 comments on commit e14e623

Please sign in to comment.