commit | d1f434a453d91741a14369d080dc65e6e38530fe | [log] [tgz] |
---|---|---|
author | Jesse Keating <omgjlk@us.ibm.com> | Tue May 16 20:28:35 2017 -0700 |
committer | Jesse Keating <omgjlk@us.ibm.com> | Tue May 16 21:04:31 2017 -0700 |
tree | 6041d4a70b44660e6130cbdd26528cb38bb65a3a | |
parent | 65f0ce15be9d3bbd225f3b2905499e3954666c02 [diff] |
Extend job list when inheriting jobs The append was adding the inherited jobs as a whole list, resulting in a job list of mixed type (job and list). This was obviously throwing errors when the job list was parsed. Change-Id: I0b61c2466bf1e32ec62bbcb5d3323e09ad3a040b Signed-off-by: Jesse Keating <omgjlk@us.ibm.com>