diff options
| -rw-r--r-- | bitbake/lib/bb/progress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/progress.py b/bitbake/lib/bb/progress.py index 52d704d642..9518be77fb 100644 --- a/bitbake/lib/bb/progress.py +++ b/bitbake/lib/bb/progress.py | |||
| @@ -148,7 +148,7 @@ class MultiStageProgressReporter: | |||
| 148 | for tasks made up of python code spread across multiple | 148 | for tasks made up of python code spread across multiple |
| 149 | classes / functions - the progress reporter object can | 149 | classes / functions - the progress reporter object can |
| 150 | be passed around or stored at the object level and calls | 150 | be passed around or stored at the object level and calls |
| 151 | to next_stage() and update() made whereever needed. | 151 | to next_stage() and update() made wherever needed. |
| 152 | """ | 152 | """ |
| 153 | def __init__(self, d, stage_weights, debug=False): | 153 | def __init__(self, d, stage_weights, debug=False): |
| 154 | """ | 154 | """ |
