Skip to content

Commit d75b1e2

Browse files
committed
fixes #122
1 parent c5244c4 commit d75b1e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tmuxp/server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ def has_session(self, target_session):
327327
return False
328328
elif 'session not found' in proc.stdout:
329329
return False
330+
elif 'can\'t find session' in proc.stdout:
331+
return False
330332
else:
331333
return True
332334

0 commit comments

Comments
 (0)