We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b6e5d commit 7dac2e7Copy full SHA for 7dac2e7
src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py
@@ -113,6 +113,7 @@ def uworker_main(input_download_url) -> None:
113
uworker_output = utask_module.utask_main(uworker_input)
114
uworker_io.serialize_and_upload_uworker_output(uworker_output,
115
uworker_output_upload_url)
116
+ logs.log('Finished uworker_main.')
117
return True
118
119
0 commit comments