mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
bitbake: progress: Fix typo "wherever"
(Bitbake rev: bb43be9b8b10b7d799436790e9bce0ef3df4aa6d) Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
abd4a9f4a2
commit
b00b5014c8
@@ -148,7 +148,7 @@ class MultiStageProgressReporter:
|
|||||||
for tasks made up of python code spread across multiple
|
for tasks made up of python code spread across multiple
|
||||||
classes / functions - the progress reporter object can
|
classes / functions - the progress reporter object can
|
||||||
be passed around or stored at the object level and calls
|
be passed around or stored at the object level and calls
|
||||||
to next_stage() and update() made whereever needed.
|
to next_stage() and update() made wherever needed.
|
||||||
"""
|
"""
|
||||||
def __init__(self, d, stage_weights, debug=False):
|
def __init__(self, d, stage_weights, debug=False):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user