Skip to content

Commit daef281

Browse files
committed
Use the global config object in ssp_html_report.py
1 parent 0329794 commit daef281

File tree

2 files changed

+258
-65
lines changed

2 files changed

+258
-65
lines changed

sourcespec2/source_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def main():
9494

9595
if config.html_report:
9696
from .ssp_html_report import html_report
97-
html_report(config, sspec_output)
97+
html_report(sspec_output)
9898

9999
ssp_exit()
100100

0 commit comments

Comments
 (0)