tuned-adm: fixed syntax error
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
57219da6c5
commit
cac88bfdde
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class Admin(object):
|
|||
print("Profile summary:")
|
||||
print(ret[2])
|
||||
print()
|
||||
print("Profile description:"
|
||||
print("Profile description:")
|
||||
print(ret[3])
|
||||
return True
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue