tuned-adm: fixed traceback on "tuned-adm list"
Resolves: rhbz#1149162 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
23de6cfc18
commit
0ed9faeb33
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue