X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fctf_writer.py;h=337c82f5e94b7031f07e29e03b22c086d3b8bd81;hb=32d363fbaa60c6bcfc86c9eb43d87f3b7d90b30d;hp=0bbabaf4ce0cef2ae7f9b8b83f4cc692d0deb634;hpb=69ad4f7f665cfcb1886a231b144b7d417dc6f10b;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/ctf_writer.py b/bindings/python/bt2/bt2/ctf_writer.py index 0bbabaf4..337c82f5 100644 --- a/bindings/python/bt2/bt2/ctf_writer.py +++ b/bindings/python/bt2/bt2/ctf_writer.py @@ -201,7 +201,7 @@ class _CtfWriterStream(stream._StreamBase): def flush(self): ret = native_bt.ctf_stream_flush(self._ptr) - utils._handle_ret(ret, 'cannot cannot flush CTF writer stream object') + utils._handle_ret(ret, 'cannot flush CTF writer stream object') @property def packet_header_field(self):