functions: fixed description of exec function
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
f91892a4bf
commit
f7cdad231c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from tuned.utils.commands import commands
|
|||
|
||||
class execute(base.Function):
|
||||
"""
|
||||
Conversion function: sectors to kbytes
|
||||
Executes process and substitutes its output.
|
||||
"""
|
||||
def __init__(self):
|
||||
# unlimited number of arguments, min 1 argument (the name of executable)
|
||||
|
|
|
|||
Loading…
Reference in a new issue