Skip to content

Commit

Permalink
Use the global config object in ssp_html_report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Jul 10, 2024
1 parent 0329794 commit daef281
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 65 deletions.
2 changes: 1 addition & 1 deletion sourcespec2/source_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():

if config.html_report:
from .ssp_html_report import html_report
html_report(config, sspec_output)
html_report(sspec_output)

ssp_exit()

Expand Down
Loading

0 comments on commit daef281

Please sign in to comment.