-
Notifications
You must be signed in to change notification settings - Fork 235
Command is executed in the wrong window! #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This needs to be isolated a bit more. What if it was just section 4 and 5? Does changing |
|
Ok, I found the issue. It's caused by a command containing With |
|
Does wrapping it in single quotes give the same result? On Tuesday, April 1, 2014, ThiefMaster notifications@github.com wrote:
|
|
Yey. Even Update: Found the problem. PR coming in a few minutes. |
fixes #77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All tests succeed, is there any case where arg wouldn't be a string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ThiefMaster I don't believe so.
|
@ThiefMaster: Let me know when you are done with the changes / PR's for the night. Do you still want to take a stab at #73 tonight or come back to it later? |
|
Done for today! |
Command is executed in the wrong window!
|
@ThiefMaster: While you were resting, travis finished the tests and I went ahead and published these 3 patches as v0.1.9. Way to go! |
|
I think something went wrong with the merge (did you by any change perform an accidentally forced push after merging the PRs)? |
|
@ThiefMaster : I see you were able to restore the the branches, keep them there and I will re-merge them when I get back tonight? Sorry about that, it happened during the downtime yesterday https://status.github.com/messages. |
|
@ThiefMaster : v0.1.10 on pypi. Better now? |
I have this config (the echoes are just to avoid actually starting stuff while testing things).
After loading it, almost everything is fine except the
ssh indico-lb-testcommand. It's entered (not executed, i.e. no ENTER after the command) in the first pane of window 4 (actually in whatever pane is focused in that window, when removing thefocusentry it's started in another pane of that window).