diff --git a/common/manager_helpers.py b/common/manager_helpers.py index ed3c4239df..3668ea112c 100644 --- a/common/manager_helpers.py +++ b/common/manager_helpers.py @@ -44,6 +44,7 @@ def print_cpu_usage(first_proc, last_proc): print(f"{proc_name.ljust(35)} {cpu_usage:.2f}%") except IndexError: print(f"{proc_name.ljust(35)} NO METRICS FOUND") + r = 1 print("------------------------------------------------") return r