Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Jan 25, 2025
1 parent b984328 commit ba296d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fuzz_introspector/html_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,7 @@ def create_html_report(introspection_proj: analysis.IntrospectionProject,

all_test_files = analysis.extract_test_information(
introspection_proj.debug_report,
introspection_proj.proj_profile.target_lang,
out_dir)
introspection_proj.proj_profile.target_lang, out_dir)
with open(os.path.join(out_dir, constants.TEST_FILES_JSON),
'w') as test_file_fd:
test_file_fd.write(json.dumps(list(all_test_files)))
Expand Down

0 comments on commit ba296d5

Please sign in to comment.