Fix: bt2: replace bt2.CreationError instances with bt2._MemoryError
authorSimon Marchi <simon.marchi@efficios.com>
Sun, 11 Aug 2019 02:31:41 +0000 (22:31 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 12 Aug 2019 02:21:54 +0000 (22:21 -0400)
commit564f3258ffc46759e6704eecf84e9cfc255709df
tree7a1e291bf9239a582b91ac1aa5ed83c846e0f7bf
parentf3c9a159782f70dbd0e5dedb37e4a1ef8a6d304e
Fix: bt2: replace bt2.CreationError instances with bt2._MemoryError

Commit

    4acc866e8298 ("bt2: rename CreationError to MemoryError, handle it in and out of Python bindings")

removed bt2.CreationError in favor of bt2.MemoryError (now
bt2._MemoryError).  However, some usages of bt2.CreationError were
introduced afterwards, probably by patches that were in the pipeline.
Replace them with bt2._MemoryError.

Change-Id: Id3cb6542e507b1e41c165ca61df21069d72fb44f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1867
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/bt2/component.py
src/bindings/python/bt2/bt2/interrupter.py
src/bindings/python/bt2/bt2/message_iterator.py
This page took 0.024587 seconds and 4 git commands to generate.