Revision e326d4e5

b/lib/utils.py
108 108
  The command should not read from its standard input, as it will be
109 109
  closed.
110 110

  
111
  Args:
112
    cmd: command to run. (str)
113

  
114
  Returns: `RunResult` instance
111
  @param cmd: Command to run
112
  @type  cmd: string or list
113
  @return: `RunResult` instance
114
  @rtype: RunResult
115 115

  
116 116
  """
117 117
  if no_fork:

Also available in: Unified diff