Skip to content

Commit

Permalink
hotfix for cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 29, 2013
1 parent 1f8bc79 commit bbe44b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tmuxp/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def load_workspace(config_file, args):
sconfig['session_name'])

if attach_session:
print(sconfig['sesson_name'])
os.execl(tmux_bin, 'tmux', 'attach-session', '-t',
sconfig['session_name'])
return
Expand Down

0 comments on commit bbe44b1

Please sign in to comment.