~wgrant/python-oops-tools/fix-str-coerce-list

Viewing all changes in revision 56.

  • Committer: William Grant
  • Date: 2016-12-15 10:18:06 UTC
  • Revision ID: william.grant@canonical.com-20161215101806-z1rxzxsxrtt84m8d
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: