-
Notifications
You must be signed in to change notification settings - Fork 213
argument of type 'NoneType' is not iterable (ikhal) #261
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
Comments
Not really. Which version of click have you installed? @untitaker Could you perhaps take a look at this? It looks like a click issue to me. |
I can't reproduce this at all. Not sure if a click issue, there were some problems like that but there were quite a few versions inbetween. The fix for those must've been around for months. @gour Could you try |
Oh god, nevermind, I can reproduce this. |
Yeah, you set up the context within |
Might be that I wrote this code, will fix. |
Quoting Markus Unterwaditzer (2015-09-22 23:22:55)
probably, as I never understood how click works... Thanks for taking care of this, but still strange that it does work for |
I think this is fixed now. |
Thank you! @gour could you have a look as well? |
and
does work, but this one does not:
|
Both commands work for me. I don't know how you made
Your version ( |
Indeed...issuing:
didn't help, but installing master - 17d3bf1- solved the issue. :-) |
Yeah we haven't released a new version yet. |
Invoking ikhal gives:
while invoking:
does work.
Any hint?
The text was updated successfully, but these errors were encountered: