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

Launch/OpenUrl API is broken on Windows with 7.1+ #1501

Closed
ivankravets opened this issue Mar 14, 2020 · 2 comments
Closed

Launch/OpenUrl API is broken on Windows with 7.1+ #1501

ivankravets opened this issue Mar 14, 2020 · 2 comments
Labels
Milestone

Comments

@ivankravets
Copy link

ivankravets commented Mar 14, 2020

Expected Behavior

click.launch() API is broken with 7.1 on Windows. We are going to have a quick release of @platformio and lock Click to <7.1. Something is going wrong with Click last time.

>>> import click
>>> click.__version___
>>> 7.1.1
>>> click.launch("https://github.com?click_7_1=is_broken")
>>> The system cannot find the file 'https://github.com?click_7_1=is_broken'
>>> 1

Actual Behavior

Everything works on Click < 7.1. See changes:

Environment

  • Python version: No matter
  • Click version: 7.1+
@ellbosch
Copy link

ellbosch commented Mar 20, 2020

Looks like 7.1 broke mssql-cli for us on Windows.

We have a thread tracking the bug here.

@davidism
Copy link
Member

Fixed by #1543

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants