Add more information to comment about lttng stub functions

This commit is contained in:
Christophe Bedard 2020-01-09 19:53:34 -05:00
parent 1366f709e1
commit 3a715c7a2e

View file

@ -24,7 +24,7 @@ try:
_lttng = lttng_impl
except ImportError:
# Fall back on empty functions
# Fall back on stub functions so that this still passes linter checks
from . import lttng_stub
_lttng = lttng_stub