This commit is contained in:
Engel Nyst
2025-04-24 16:34:22 +02:00
committed by GitHub
parent db01cd39d5
commit 91fff77ffe
4 changed files with 5 additions and 7 deletions

View File

@@ -70,7 +70,7 @@ def check_dependencies(code_repo_path: str, poetry_venvs_path: str):
server = libtmux.Server()
try:
session = server.new_session(session_name='test-session')
except Exception as e:
except Exception:
raise ValueError('tmux is not properly installed or available on the path.')
pane = session.attached_pane
pane.send_keys('echo "test"')