-
Notifications
You must be signed in to change notification settings - Fork 13
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
extra '\r' in command output #5
Comments
Yes, I'll gladly look into this. Do you happen to have some example output and the corresponding script? |
Thank you! I think I can fix this tonight. |
Actually, is it possible to get the same exact output than when running the command like fabric run/sudo/local methods (without the pexpect 'before' attr content and "Exiting fexpect for EOF.") and also the pexpect 'exit_status' attribute if needed ? |
Okay, I need a bit more time, perhaps tomorrow. Some of these things are pexpect internal, but we can workaround by changing the output as you did. I will create some verbosity settings and in the end it should be possible for it to create the same output as regular run/sudo/local. |
Hello |
Feedbacks are welcome =) |
Just created a repo there if you're interested or if you have suggestions: Jerome |
I will definitely have a look. Which of the features you mentioned before would you still like to see in fexpect? Or will you switch to sshex-py entirely? Just so I know where to put my priorities :) |
Well, i'm using my own project. Thank you for the reactivity! =) |
Hello
is it possible to correct the output, which has extra '\r' at the end of lines than with the fabric commands ?
Jérôme
The text was updated successfully, but these errors were encountered: