X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Ftrace_class.py;h=25a5cb6284f221a9cd0f8bf151e624096738ac22;hp=e99874499d6c9f1d3b1b93fa694aaa34011b8320;hb=776a2a252c9875caa1e8b4f41cb8cc12c79611c3;hpb=ade5c95e2a4f90f839f222fc1a66175b3b199922 diff --git a/src/bindings/python/bt2/bt2/trace_class.py b/src/bindings/python/bt2/bt2/trace_class.py index e9987449..25a5cb62 100644 --- a/src/bindings/python/bt2/bt2/trace_class.py +++ b/src/bindings/python/bt2/bt2/trace_class.py @@ -483,8 +483,10 @@ class _TraceClass(_TraceClassConst): ) else: utils._check_type(ranges, bt2_integer_range_set.SignedIntegerRangeSet) - ptr = native_bt.field_class_option_with_selector_field_integer_signed_create( - self._ptr, content_fc._ptr, selector_fc._ptr, ranges._ptr + ptr = ( + native_bt.field_class_option_with_selector_field_integer_signed_create( + self._ptr, content_fc._ptr, selector_fc._ptr, ranges._ptr + ) ) self._check_field_class_create_status(ptr, 'option')