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 e7a0340 commit e7725deCopy full SHA for e7725de
src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py
@@ -95,7 +95,7 @@ def __init__(self, subtask: _Subtask):
95
uworker_msg_pb2.ErrorType.LIBFUZZER_MINIMIZATION_UNREPRODUCIBLE, # pylint: disable=no-member
96
uworker_msg_pb2.ErrorType.ANALYZE_CLOSE_INVALID_UPLOADED, # pylint: disable=no-member
97
]
98
-
+
99
if subtask == _Subtask.PREPROCESS:
100
self._preprocess_start_time_ns = self.start_time_ns
101
else:
0 commit comments