mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
Fix lint (#8060)
This commit is contained in:
@@ -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"')
|
||||
|
||||
Reference in New Issue
Block a user