Fix (Python bindings): Return a string if a sequence's element are chars
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 26 Jun 2014 14:42:00 +0000 (10:42 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 26 Jun 2014 14:42:00 +0000 (10:42 -0400)
commit3866c8503835e6bbcafe5436992177ae15046d60
tree9abf680f7b3c77d6253e07bcfc5e92909eed6a5b
parent92757c306010667639c2c6aa5b2fe0815f8fdd3c
Fix (Python bindings): Return a string if a sequence's element are chars

An AttributeError exception was raised when accessing the value property
of a sequence that contains a string.

Reported-by: Yiyang Dai <daiyiyang@hotmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/babeltrace.i.in
bindings/python/python-complements.c
bindings/python/python-complements.h
This page took 0.026183 seconds and 4 git commands to generate.