Skip to content

Commit 09a29f2

Browse files
mishushakovclaude
andcommitted
Format: collapse startxfce4 commands.run onto one line
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7efb449 commit 09a29f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/python-sdk/e2b_desktop

packages/python-sdk/e2b_desktop/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,7 @@ def _start_xfce4(self):
307307
f"ps aux | grep {self._last_xfce4_pid} | grep -v grep | head -n 1"
308308
).stdout.strip()
309309
):
310-
xfce4_handle = self.commands.run(
311-
"startxfce4", background=True, timeout=0
312-
)
310+
xfce4_handle = self.commands.run("startxfce4", background=True, timeout=0)
313311
self._last_xfce4_pid = xfce4_handle.pid
314312
xfce4_handle.disconnect()
315313

0 commit comments

Comments
 (0)