-
Notifications
You must be signed in to change notification settings - Fork 185
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
"IndexError: tuple index out of range" on missing arguments #371
Comments
I'm having the same issue. Workaround for now:
|
I'll try to get to it soon, it looks like a critical bug. I've been relocating to France from the US and have had very little internet at home for the past couple of weeks. |
Could you copy and paste a little example code to show the problem? It looks like you had a 27 line example from the screen shot. Would expedite preparing a fix. |
laktak's solution worked. This is my code.
|
@Ragnoroct, have you tried the latest master? It should be fixed there. I'll check your code in the next few days and make sure it passes the latest master. |
@henryiii could you push the fix to pypi? thanks |
Should be pushed to pypi now. |
Works great, thanks! |
When trying to run a subcommand without the correct amount of arguments I get a python exception.
Using conda and python 3.6
plumbum version: - plumbum=1.6.5=py36_0
The text was updated successfully, but these errors were encountered: