Message ID | 20220219164021.8344-16-zygmunt.krynicki@huawei.com |
---|---|
State | New |
Headers | show |
Series | [01/17] cooker: Fix typo "isn't" | expand |
diff --git a/lib/bb/utils.py b/lib/bb/utils.py index 12e65b9f..084ef92c 100644 --- a/lib/bb/utils.py +++ b/lib/bb/utils.py @@ -381,7 +381,7 @@ def _print_exception(t, value, tb, realfile, text, context): error.append("Exception: %s" % ''.join(exception)) - # If the exception is from spwaning a task, let's be helpful and display + # If the exception is from spawning a task, let's be helpful and display # the output (which hopefully includes stderr). if isinstance(value, subprocess.CalledProcessError) and value.output: error.append("Subprocess output:")
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- lib/bb/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)