Skip to content

Commit

Permalink
per #1641 for main_v4.1, remove list variables from list of items tha…
Browse files Browse the repository at this point in the history
…t are formatted as a string. These values are found in the above list of items that are formatted as a list, but the correct env var values are overwritten since they are included in this list incorrectly
  • Loading branch information
georgemccabe committed Jun 6, 2022
1 parent 61fd319 commit e8f454a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metplus/wrappers/stat_analysis_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1793,9 +1793,6 @@ def run_stat_analysis_job(self, runtime_settings_dict_list):
'FCST_INIT_END',
'OBS_INIT_BEG',
'OBS_INIT_END',
'DESC',
'OBTYPE',
'FCST_LEAD'
]
for mp_item in mp_items:
if not runtime_settings_dict.get(mp_item, ''):
Expand Down

0 comments on commit e8f454a

Please sign in to comment.