-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Description
When using HEAD version of tmux, I fail to load the second YAML for tmuxp.
E.g.
- Initially, tmux has no session.
- tmuxp load xxx.yaml -> OK
- tmuxp load yyy.yaml ->
Session name yyy is already running. Attach? [Y/n]
Actually this session is NOT already running.
Pressing "Y", I got
File "/usr/local/bin/tmuxp", line 9, in <module>
load_entry_point('tmuxp==0.9.1', 'console_scripts', 'tmuxp')()
File "/Library/Python/2.7/site-packages/tmuxp/cli.py", line 968, in main
command_load(args)
File "/Library/Python/2.7/site-packages/tmuxp/cli.py", line 422, in command_load
load_workspace(file_user, args)
File "/Library/Python/2.7/site-packages/tmuxp/cli.py", line 295, in load_workspace
builder.session.attach_session()
AttributeError: 'NoneType' object has no attribute 'attach_session'
Metadata
Metadata
Assignees
Labels
No labels