Skip to content

Commit

Permalink
return empty dictionary for get_berror_dict_identity (NOAA-EMC#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Apr 17, 2023
1 parent 1ca8a2a commit 9d3d147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ush/python/pygfs/task/atm_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def _get_berror_dict_identity(config: Dict[str, Any]) -> Dict[str, List[str]]:
"""
logger.info(f"Identity background error does not use staged files. Return empty dictionary")
return {}

@staticmethod
@logit(logger)
Expand Down

0 comments on commit 9d3d147

Please sign in to comment.