Re: [OE-core] [PATCH 0/1] tmux new does not take tw commands

2013-06-11 Thread Chris Larson
On Tue, Jun 11, 2013 at 7:28 AM, Peter Seebach wrote: > This got routed to me because the visible error message says > Execution of "pseudo /bin/bash" failed > > but actually it's nothing to do with pseudo. The real > problem is that the tmux class in terminal.py is producing > a string li

[OE-core] [PATCH 0/1] tmux new does not take tw commands

2013-06-11 Thread Peter Seebach
This got routed to me because the visible error message says Execution of "pseudo /bin/bash" failed but actually it's nothing to do with pseudo. The real problem is that the tmux class in terminal.py is producing a string like: 'tmux new {command}' This then gets .format called o