We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021043a commit 8db531eCopy full SHA for 8db531e
tests/conftest.py
@@ -52,9 +52,9 @@ def session(server):
52
try:
53
server.switch_client(session.get('session_id'))
54
pass
55
- except exc.LibTmuxException as e:
+ except exc.LibTmuxException:
56
# server.attach_session(session.get('session_id'))
57
- raise e
+ pass
58
59
for old_test_session in old_test_sessions:
60
logger.debug('Old test test session %s found. Killing it.' % old_test_session)
0 commit comments