Merge lp:~wgrant/python-oops-tools/fix-str-coerce-list into lp:python-oops-tools
Proposed by
William Grant
Status: | Merged |
---|---|
Approved by: | William Grant |
Approved revision: | 56 |
Merged at revision: | 56 |
Proposed branch: | lp:~wgrant/python-oops-tools/fix-str-coerce-list |
Merge into: | lp:python-oops-tools |
Diff against target: |
32 lines (+5/-2) 2 files modified
src/oopstools/oops/models.py (+4/-1) src/oopstools/oops/test/test_dboopsloader.py (+1/-1) |
To merge this branch: | bzr merge lp:~wgrant/python-oops-tools/fix-str-coerce-list |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Colin Watson | Approve | ||
Review via email:
|
Commit message
Fix statement string coercion to cope with non-tuple actions.
Description of the change
Fix statement string coercion to cope with non-tuple actions.
We tend to encode actions as lists, not tuples, which causes the
coercion to fail when it tries to concatenate a list and a tuple.
This hit SSO when it started sending statements as binary rather than
string.
To post a comment you must log in.