X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Ftrace_collection_message_iterator.py;h=6c1991f93f3ae3e839f55a7a7937659957e7d4d2;hp=097e1c8b6e8b37deb3028183f861809ecf56c7af;hb=59225a3e0e13a9c674234755e55055d9ff68d635;hpb=1114a7d5b648102b0b37febe9d0d76a97e336240 diff --git a/src/bindings/python/bt2/bt2/trace_collection_message_iterator.py b/src/bindings/python/bt2/bt2/trace_collection_message_iterator.py index 097e1c8b..6c1991f9 100644 --- a/src/bindings/python/bt2/bt2/trace_collection_message_iterator.py +++ b/src/bindings/python/bt2/bt2/trace_collection_message_iterator.py @@ -259,7 +259,7 @@ def _get_ns(obj): class _TraceCollectionMessageIteratorProxySink(bt2_component._UserSinkComponent): - def __init__(self, params, msg_list): + def __init__(self, config, params, msg_list): assert type(msg_list) is list self._msg_list = msg_list self._add_input_port('in')