Cleanup: run black on tree
[lttng-tools.git] / tests / utils / lttngtest / lttng.py
index 76c60b5b0f08b4f563474e514e3e76389d68f169..3f1c48547d9e51d362171bf979c7ae1e840a76e3 100644 (file)
@@ -499,9 +499,11 @@ class _Session(lttngctl.Session):
                 session_name=self.name,
                 domain_name=domain_option_name,
                 channel_name=channel_name,
-                buffer_sharing_policy="--buffers-uid"
-                if buffer_sharing_policy == lttngctl.BufferSharingPolicy.PerUID
-                else "--buffers-pid",
+                buffer_sharing_policy=(
+                    "--buffers-uid"
+                    if buffer_sharing_policy == lttngctl.BufferSharingPolicy.PerUID
+                    else "--buffers-pid"
+                ),
             )
         )
         return _Channel(self._client, channel_name, domain, self)
This page took 0.026804 seconds and 4 git commands to generate.