Skip to content
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

CLI requirements dump - broken import and fully qualified function calls #4286

Closed
techalchemy opened this issue May 29, 2020 · 0 comments · Fixed by #4287
Closed

CLI requirements dump - broken import and fully qualified function calls #4286

techalchemy opened this issue May 29, 2020 · 0 comments · Fixed by #4287
Labels
Category: CLI Issue relates to the CLI Priority: High This item is high priority and should be resolved quickly. Type: Bug 🐛 This issue is a bug.

Comments

@techalchemy
Copy link
Member

Updates made to cli.command have added a call to exceptions.PipenvOptionsError -- but exceptions is not imported. Additionally, a few click.echo calls made it through, but click isn't imported as a fully qualified module.

@techalchemy techalchemy added Type: Bug 🐛 This issue is a bug. Priority: High This item is high priority and should be resolved quickly. Category: CLI Issue relates to the CLI labels May 29, 2020
techalchemy added a commit that referenced this issue May 29, 2020
- Add missing `PipenvOptionsError` import to `pipenv.cli.command`
- Fix calls to `click.echo` (should be just `echo`)
- Fixes #4286

Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
@frostming frostming added this to the 2020.6.x bugfix release milestone Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: CLI Issue relates to the CLI Priority: High This item is high priority and should be resolved quickly. Type: Bug 🐛 This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants