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