Skip to content

Commit

Permalink
another hotfix to allow empty list for diag_info_map.match_to_track
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Sep 25, 2024
1 parent 4e76d6d commit 2249078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplus/wrappers/tc_pairs_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def _handle_diag_info_map(self):
'diag_source': 'string',
'track_source': 'string',
'field_source': 'string',
'match_to_track': 'list',
'match_to_track': ('list', 'allow_empty'),
'diag_name': ('list', 'allow_empty'),
}
return_code = add_met_config_dict_list(config=self.config,
Expand Down

0 comments on commit 2249078

Please sign in to comment.