From 0ed9faeb33bd38b358f8d5feb6d7a6a5003310f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 6 Oct 2014 12:17:24 +0200 Subject: [PATCH] tuned-adm: fixed traceback on "tuned-adm list" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: rhbz#1149162 Signed-off-by: Jaroslav Škarvada --- tuned/admin/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned/admin/admin.py b/tuned/admin/admin.py index 65520b1..b7ae576 100644 --- a/tuned/admin/admin.py +++ b/tuned/admin/admin.py @@ -33,7 +33,7 @@ class Admin(object): print "Available profiles:" for profile in profile_names: print "- %s" % profile - self.active(False) + self.active() def active(self): try: