Skip to content

Commit c4aa9b8

Browse files
Fix
1 parent 14f1527 commit c4aa9b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/clusterfuzz/_internal/bot/tasks/commands.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ def get_command_object(task_name):
196196
if not environment.is_tworker():
197197
return task
198198

199+
if task_name in {'postprocess', 'uworker_main'}:
200+
return task
201+
199202
if isinstance(task, task_types.TrustedTask):
200203
# We don't need to execute this remotely.
201204
return task

0 commit comments

Comments
 (0)