提交 7b9868f0 编写于 作者: L Lukáš Doktor

utils.process: Add missing parameter docstring

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 5b5e1764
......@@ -209,6 +209,7 @@ def kill_process_tree(pid, sig=signal.SIGKILL, send_sigcont=True,
:param pid: The pid of the process to signal.
:param sig: The signal to send to the processes.
:param send_sigcont: Send SIGCONT to allow killing stopped processes
:param timeout: How long to wait for the pid(s) to die
(negative=infinity, 0=don't wait,
positive=number_of_seconds)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册