-
Notifications
You must be signed in to change notification settings - Fork 167
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
bugfix for #563 #570
bugfix for #563 #570
Conversation
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.
This looks reasonable enough to me. @claireyywang @mabelzhang can one of you review this, and maybe test out to make sure things still work both with argcomplete installed and with it not installed?
@daisukes I'd love to get this in. However, it looks like it is causing some failures in the |
@clalancette, sorry for the late response. I'm going to look into it! |
Thanks, appreciated! |
I've checked the log of the CI and found the error.
However, this can happen with the previous commit 56db2ba of mine. The error is caused by the unexpected output of the |
Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
031b2ff
to
c68ac42
Compare
All right, CI is happy. The PR job is failing, but that doesn't seem to be unique to this job. @daisukes Thanks for the contribution, and sorry this took so long to get in. Merging. |
Use argcomplete's split_line to deal with incomplete quote states.
Signed-off-by: Daisuke Sato daisukes@cmu.edu