From 6054b3b7fde726d03292ce84e9d32a0faf9f2501 Mon Sep 17 00:00:00 2001 From: Vignesh Edithal Date: Thu, 12 Jun 2025 16:08:39 -0400 Subject: [PATCH] Bugfix for PR #744 --- src/rocprof_compute_profile/profiler_base.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/rocprof_compute_profile/profiler_base.py b/src/rocprof_compute_profile/profiler_base.py index 5982d24f23..9cc0ce44df 100644 --- a/src/rocprof_compute_profile/profiler_base.py +++ b/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",