Skip to content

Commit

Permalink
Remove accidentally added code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Oct 31, 2024
1 parent d1f5486 commit 9f8bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ def run(self):
return uworker_msg_pb2.Output( # pylint: disable=no-member
error_type=uworker_msg_pb2.ErrorType.FUZZ_DATA_BUNDLE_SETUP_FAILURE) # pylint: disable=no-member

if engine_impl and fuzz_target.binary:
if engine_impl:
crashes, fuzzer_metadata = self.do_engine_fuzzing(engine_impl)

# Not applicable to engine fuzzers.
Expand Down

0 comments on commit 9f8bbab

Please sign in to comment.