From 9b464503fecfe32196493c0412344099b11c9a93 Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Tue, 23 Jan 2024 12:56:59 -0600 Subject: [PATCH] Fix reporting of --roof-only runs in sys_info Signed-off-by: colramos-amd --- src/utils/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/utils.py b/src/utils/utils.py index 3d652256b1..5966b95be9 100644 --- a/src/utils/utils.py +++ b/src/utils/utils.py @@ -591,4 +591,4 @@ def is_workload_empty(path): else: error("[profiling] Error. Cannot find pmc_perf.csv in %s" % path) - \ No newline at end of file +