From e8ca48dc836a592c6c7bf4e28caf9ea18c2eb577 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Mon, 11 Mar 2024 11:24:53 -0500 Subject: [PATCH] Update src/omniperf_profile/profiler_rocscope.py Co-authored-by: Cole Ramos Signed-off-by: Karl W. Schulz --- src/omniperf_profile/profiler_rocscope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omniperf_profile/profiler_rocscope.py b/src/omniperf_profile/profiler_rocscope.py index ec0cb8a94a..13f08e4926 100644 --- a/src/omniperf_profile/profiler_rocscope.py +++ b/src/omniperf_profile/profiler_rocscope.py @@ -52,6 +52,6 @@ class rocscope_profiler(OmniProfiler_Base): def post_processing(self): """Perform any post-processing steps prior to profiling.""" console_log( - "profiling" "performing post-processing using %s profiler" % self.__profiler + "profiling", "performing post-processing using %s profiler" % self.__profiler ) # TODO: Finish implementation