Skip to content

Commit 98f4d16

Browse files
Add postsnd job when bufrsnd it on (#926)
In the workflow refactoring, the addition of postsnd to the task list when bufrsnd is true was inadvertently left out. It is now added back in.
1 parent e2869a1 commit 98f4d16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflow/applications.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ def _cycled_configs(self):
186186
if self.do_gempak:
187187
configs += ['gempak']
188188

189+
if self.do_bufrsnd:
190+
configs += ['postsnd']
191+
189192
if self.do_awips:
190193
configs += ['awips']
191194

0 commit comments

Comments
 (0)