Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Dec 9, 2020
1 parent 265ae85 commit ed63366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/cifuzz/cifuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def run_fuzzers( # pylint: disable=too-many-arguments,too-many-locals
if not testcase or not stacktrace:
logging.info('Fuzzer %s, finished running.', target.target_name)
else:
utils.binary_print(b'Fuzzer %s, detected error: %s.' %
utils.binary_print(b'Fuzzer %s, detected error: %s' %
(target.target_name.encode(), stacktrace))
shutil.move(testcase, os.path.join(artifacts_dir, 'test_case'))
parse_fuzzer_output(stacktrace, artifacts_dir)
Expand Down

0 comments on commit ed63366

Please sign in to comment.