Skip to content

Commit

Permalink
per #2212, continue instead of return so other forecast leads will no…
Browse files Browse the repository at this point in the history
…t be skipped
  • Loading branch information
georgemccabe committed Jun 12, 2023
1 parent c4ba46a commit a0b16ea
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 @@ -346,7 +346,7 @@ def run_at_time(self, input_dict):

if skip_time(time_info, self.c_dict.get('SKIP_TIMES', {})):
self.logger.debug('Skipping run time')
return
continue

self.run_at_time_loop_string(time_info)

Expand Down

0 comments on commit a0b16ea

Please sign in to comment.