From 0f4b1d1d1fdd6c4b3a7e2da7c16570caddc8fe68 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Mon, 20 Nov 2023 14:45:56 -0600 Subject: [PATCH] Fix typo in IPBlock logging Signed-off-by: colramos-amd --- src/omniperf_profile/profiler_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omniperf_profile/profiler_base.py b/src/omniperf_profile/profiler_base.py index 1eeba6ad85..1a81deb7b6 100644 --- a/src/omniperf_profile/profiler_base.py +++ b/src/omniperf_profile/profiler_base.py @@ -89,7 +89,7 @@ class OmniProfiler_Base(): if self.__args.ipblocks == None: logging.info("IP Blocks: All") else: - logging.info("IP Blocks: "+ self.__args.ipblocks) + logging.info("IP Blocks: "+ str(self.__args.ipblocks)) if self.__args.kernel_verbose > 5: logging.info("KernelName verbose: DISABLED") else: