-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
python -m pipenv.help
broken in 11.10.0
#1969
Comments
I broke things again 🤦♂️ So sorry about that. |
I wonder what causes this on Travis though. One of |
I'm seeing something similar on Travis CI that just started with 11.10.0:
Let me know if this should be a separate issue. |
I hate pyenv shims 🤦♂️ It is slightly different, but #1971 should fix it as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See title. Erroring with
TypeError: format() argument after ** must be a mapping, not NoneType
.Expected result
Help info should be output successfully
Actual result
Help info only partially succeeds, before erroring. Example output:
Steps to replicate
Please see minimum-reproducible code at this repo, with this Travis-CI.
The text was updated successfully, but these errors were encountered: