diff --git a/lib/utils.py b/lib/utils.py index 479e267caab585164156b1e835ebb1a4eec9d476..54df210c4572e4371f1506c50e213a95af4655d1 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -108,10 +108,10 @@ def RunCmd(cmd): The command should not read from its standard input, as it will be closed. - Args: - cmd: command to run. (str) - - Returns: `RunResult` instance + @param cmd: Command to run + @type cmd: string or list + @return: `RunResult` instance + @rtype: RunResult """ if no_fork: