Fix lint errors
This commit is contained in:
parent
2e9b2b7ee8
commit
455aec22d3
1 changed files with 7 additions and 1 deletions
|
@ -50,7 +50,13 @@ def lttng_init(
|
||||||
:param context_names: list of context elements to enable
|
:param context_names: list of context elements to enable
|
||||||
:return: the full path to the trace directory
|
:return: the full path to the trace directory
|
||||||
"""
|
"""
|
||||||
trace_directory = _lttng.setup(session_name, base_path, ros_events, kernel_events, context_names)
|
trace_directory = _lttng.setup(
|
||||||
|
session_name,
|
||||||
|
base_path,
|
||||||
|
ros_events,
|
||||||
|
kernel_events,
|
||||||
|
context_names,
|
||||||
|
)
|
||||||
_lttng.start(session_name)
|
_lttng.start(session_name)
|
||||||
return trace_directory
|
return trace_directory
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue