mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-04 17:43:09 +01:00
Typo
This commit is contained in:
parent
4e9c5cfa37
commit
c46ee9bfe3
@ -372,7 +372,7 @@ class Context(ctx):
|
|||||||
|
|
||||||
def cmd_and_log(self, cmd, **kw):
|
def cmd_and_log(self, cmd, **kw):
|
||||||
"""
|
"""
|
||||||
Executes a proces and returns stdout/stderr if the execution is successful.
|
Executes a process and returns stdout/stderr if the execution is successful.
|
||||||
An exception is thrown when the exit status is non-0. In that case, both stderr and stdout
|
An exception is thrown when the exit status is non-0. In that case, both stderr and stdout
|
||||||
will be bound to the WafError object::
|
will be bound to the WafError object::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user