Skip to content
Snippets Groups Projects
Commit 6a7d97b9 authored by Luke Grazette's avatar Luke Grazette Committed by Nicole Skidmore
Browse files

[RTADPA BW Tests] Fix the sprucing summary plot no longer appearing


Co-authored-by: default avatarlugrazet <luke.grazette@cern.ch>
parent b1bf2bf3
No related branches found
No related tags found
1 merge request!431[RTADPA BW Tests] Fix the sprucing summary plot no longer appearing
......@@ -124,7 +124,7 @@ def render_top_level_page(script_path: str,
<p>
Summary of bandwidth of all streams to disk (only available for those tests that run all sprucing stages):<br>
</p>
<object type="image/png" data="{fname_helper.to_disk_bar_chart_path(full_path=False)}"></object>
<object type="image/png" data="{FileNameHelper(process="spruce", stream_config="").to_disk_bar_chart_path(full_path=False)}"></object>
"""
html_str += """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment