X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Ftrace_collection_message_iterator.py;h=b91440df4d6211a63a15dfe1f657cb2edda2b565;hb=5813b3a3ffb8ff44d54b134e26d604af0b5e36db;hp=821b5eae84f2e002e279e05b8ef35c4dacade036;hpb=c7e5224bd55c9b9864f7e3a4e8d1a3df276ebc2b;p=babeltrace.git 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 821b5eae..b91440df 100644 --- a/src/bindings/python/bt2/bt2/trace_collection_message_iterator.py +++ b/src/bindings/python/bt2/bt2/trace_collection_message_iterator.py @@ -497,7 +497,7 @@ class TraceCollectionMessageIterator(bt2_message_iterator._MessageIterator): if not self._connect_ports: return - if type(port) is bt2_port._InputPort: + if type(port) is bt2_port._InputPortConst: return if component not in [comp.comp for comp in self._src_comps_and_specs]: