Add more information to comment about lttng stub functions
This commit is contained in:
parent
1366f709e1
commit
3a715c7a2e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ try:
|
||||||
|
|
||||||
_lttng = lttng_impl
|
_lttng = lttng_impl
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# Fall back on empty functions
|
# Fall back on stub functions so that this still passes linter checks
|
||||||
from . import lttng_stub
|
from . import lttng_stub
|
||||||
|
|
||||||
_lttng = lttng_stub
|
_lttng = lttng_stub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue