Merge lp://staging/~gesha/linaro-android-build-tools/fix-split into lp://staging/linaro-android-build-tools
Proposed by
Georgy Redkozubov
Status: | Merged |
---|---|
Approved by: | Milo Casagrande |
Approved revision: | 636 |
Merged at revision: | 636 |
Proposed branch: | lp://staging/~gesha/linaro-android-build-tools/fix-split |
Merge into: | lp://staging/linaro-android-build-tools |
Diff against target: |
11 lines (+1/-1) 1 file modified
utils/mangle-jobs/mangle_helper.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~gesha/linaro-android-build-tools/fix-split |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Milo Casagrande (community) | Approve | ||
Review via email: mp+171728@code.staging.launchpad.net |
Description of the change
This branch fixes string split behaviour handling.
Some values in job config has multiple equation chars and as a result double assignment fails because split produces more then 2 resulting values.
To post a comment you must log in.
Simple enough.
+1