Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Fix incorrect 'all_results' on sprucing test_page

Closed Luke Grazette requested to merge lugrazet-BW-sprucetestpage-cleanup into master
All threads resolved!
@@ -581,7 +581,7 @@ if __name__ == '__main__':
stream_config_json_wg=fname_helper.stream_config_json_path(
"wg", full_path=False),
table_wgstream_rates=table_main_stream_rates)
all_results = HLT2_ALL_RESULTS.render(
all_results = SPRUCING_ALL_RESULTS.render(
BASE_PATH=fname_helper.base_html_path(args.building_locally),
line_descr=fname_helper.line_descr_path(full_path=False),
rate_table_split_by_wg_stream=fname_helper.
Loading