This commit is contained in:
Matt Selsky 2017-02-15 02:01:15 -05:00 committed by ita1024
parent f05372f897
commit f2186bc17b
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ class Context(ctx):
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
will be bound to the WafError object::