diff --git a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py index df84bdb6c1..679543e10b 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_analyze/analysis_webui.py @@ -231,7 +231,7 @@ class webui_analysis(OmniAnalyze_Base): roof_obj.empirical_roofline( ret_df=parser.apply_filters( workload=base_data[base_run], - dir=self.dest_dir, + dir_path=self.dest_dir, is_gui=True, debug=args.debug, )