Skip to content

Commit 9f8bbab

Browse files
Remove accidentally added code
1 parent d1f5486 commit 9f8bbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@ def run(self):
17971797
return uworker_msg_pb2.Output( # pylint: disable=no-member
17981798
error_type=uworker_msg_pb2.ErrorType.FUZZ_DATA_BUNDLE_SETUP_FAILURE) # pylint: disable=no-member
17991799

1800-
if engine_impl and fuzz_target.binary:
1800+
if engine_impl:
18011801
crashes, fuzzer_metadata = self.do_engine_fuzzing(engine_impl)
18021802

18031803
# Not applicable to engine fuzzers.

0 commit comments

Comments
 (0)