| Submitter | Martin Jansa |
|---|---|
| Date | Aug. 2, 2012, 4:52 p.m. |
| Message ID | <1343926335-7612-1-git-send-email-Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/33731/ |
| State | Accepted |
| Commit | 19efc6081c15a59bb8f5aaf8478650a2732cafe8 |
| Headers | show |
Comments
Patch
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py index 5d01af3..23fffc9 100644 --- a/lib/bb/cooker.py +++ b/lib/bb/cooker.py @@ -158,6 +158,7 @@ class BBCooker: # self.configuration.event_data = bb.data.createCopy(self.configuration.data) bb.data.update_data(self.configuration.event_data) + bb.parse.init_parser(self.configuration.event_data) # TOSTOP must not be set or our children will hang when they output fd = sys.stdout.fileno()
* added as RP said. I haven't seen any unwanted side-effects in last 2 days of using this Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- lib/bb/cooker.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)