Fix merge conflicts

This commit is contained in:
Griatch 2018-03-17 23:31:16 +01:00
commit a5af4f556a
13 changed files with 198 additions and 72 deletions

View file

@ -421,7 +421,7 @@ class DefaultAccount(with_metaclass(TypeclassBase, AccountDB)):
kwargs["options"] = options
if text and not (isinstance(text, basestring) or isinstance(text, tuple)):
if not (isinstance(text, basestring) or isinstance(text, tuple)):
# sanitize text before sending across the wire
try:
text = to_str(text, force_string=True)