Skip to content

Commit

Permalink
add custom string to time info dictionary for substituting values int…
Browse files Browse the repository at this point in the history
…o the field info string
  • Loading branch information
georgemccabe committed Oct 28, 2024
1 parent 06e58cc commit df30946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metplus/wrappers/pcp_combine_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ def _find_file_for_accum(self, accum_dict, total_accum, time_info,
search_time_info = {
'valid': search_time,
'lead': lead,
'custom': custom,
}
field_info = self.get_field_string(
time_info=search_time_info,
Expand Down

0 comments on commit df30946

Please sign in to comment.