diff --git a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py index 5982d24f23..9cc0ce44df 100644 --- a/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py +++ b/projects/rocprofiler-compute/src/rocprof_compute_profile/profiler_base.py @@ -428,9 +428,8 @@ class RocProfCompute_Base: str((end_run_prof - start_run_prof) % 60), ) ) - - # TODO: Finish logic - console_error("Profiler not supported") + else: + console_error("Profiler not supported") if self.__pc_sampling == True and self.__profiler in ( "rocprofv3",