Skip to content

Commit 28f2250

Browse files
nit
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 45256f0 commit 28f2250

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/fuzz_introspector/analyses/engine_input.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ def analysis_func(self,
5353
project_profile: project_profile.MergedProjectProfile,
5454
profiles: List[fuzzer_profile.FuzzerProfile],
5555
basefolder: str, coverage_url: str,
56-
conclusions: List[html_helpers.HTMLConclusion]) -> str:
56+
conclusions: List[html_helpers.HTMLConclusion],
57+
out_dir) -> str:
5758
logger.info(f" - Running analysis {self.get_name()}")
5859

5960
if not self.display_html:

src/fuzz_introspector/html_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def create_section_all_functions(table_of_contents, tables, proj_profile,
641641
def create_section_optional_analyses(
642642
table_of_contents, analyses_to_run, output_json, tables,
643643
introspection_proj: analysis.IntrospectionProject, basefolder,
644-
coverage_url, conclusions, dump_files) -> str:
644+
coverage_url, conclusions, dump_files, out_dir) -> str:
645645
"""Creates the HTML sections containing optional analyses."""
646646
html_report_core = ""
647647
logger.info(" - Handling optional analyses")

0 commit comments

Comments
 (0)