Skip to content

Commit 7dac2e7

Browse files
Log when uworker_main finishes (#3626)
1 parent 80b6e5d commit 7dac2e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def uworker_main(input_download_url) -> None:
113113
uworker_output = utask_module.utask_main(uworker_input)
114114
uworker_io.serialize_and_upload_uworker_output(uworker_output,
115115
uworker_output_upload_url)
116+
logs.log('Finished uworker_main.')
116117
return True
117118

118119

0 commit comments

Comments
 (0)