Skip to content

Commit bbe44b1

Browse files
committed
hotfix for cli.py
1 parent 1f8bc79 commit bbe44b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tmuxp/cli.py

-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ def load_workspace(config_file, args):
259259
sconfig['session_name'])
260260

261261
if attach_session:
262-
print(sconfig['sesson_name'])
263262
os.execl(tmux_bin, 'tmux', 'attach-session', '-t',
264263
sconfig['session_name'])
265264
return

0 commit comments

Comments
 (0)