Skip to content

Commit

Permalink
bugfix to allow empty list for diag_info_map.diag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Sep 25, 2024
1 parent bfd932d commit 4e76d6d
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 @@ -432,7 +432,7 @@ def _handle_diag_info_map(self):
'track_source': 'string',
'field_source': 'string',
'match_to_track': 'list',
'diag_name': 'list',
'diag_name': ('list', 'allow_empty'),
}
return_code = add_met_config_dict_list(config=self.config,
app_name=self.app_name,
Expand Down

0 comments on commit 4e76d6d

Please sign in to comment.