bt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBACK env var
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 5 Jul 2019 14:58:45 +0000 (10:58 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 5 Jul 2019 17:13:52 +0000 (13:13 -0400)
commit1d0e86240907949df4af3129ae302b7f42d30879
treea5bcd1b7b43e3cc22e39f7e4610b8f1bd69bde1a
parenta42eab880dd283b11e48b33cbcf4d57491afeb39
bt2: remove probing of BABELTRACE_PYTHON_BT2_NO_TRACEBACK env var

This was used previously when handling exceptions thrown by user code,
to decide whether we printed exceptions or not.  Nowadays, we let
exceptions propagate to the native code, which logs it.  I believe we
can remove this.

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