Skip to content
Snippets Groups Projects
Commit e326d4e5 authored by Guido Trotter's avatar Guido Trotter
Browse files

Convert RunCmd to an epydoc docstring

Reviewed-by: imsnah
parent 51144e33
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment