Skip to content

Be smarter about adding ".cli" to reloader command#2359

Merged
davidism merged 2 commits intopallets:masterfrom
davidism:cli-warning
Jun 4, 2017
Merged

Be smarter about adding ".cli" to reloader command#2359
davidism merged 2 commits intopallets:masterfrom
davidism:cli-warning

Conversation

@davidism
Copy link
Copy Markdown
Member

@davidism davidism commented Jun 4, 2017

python -m flask.cli raises an import warning on > 2.6. It's only needed on 2.6, python -m flask works otherwise.
closes #2357

python -m flask.cli raises an import warning on > 2.6
it's only needed on 2.6, "flask" works otherwise
closes #2357
@davidism davidism added the cli label Jun 4, 2017
@davidism davidism added this to the 1.0 milestone Jun 4, 2017
@davidism davidism self-assigned this Jun 4, 2017
@davidism davidism merged commit f29fa0d into pallets:master Jun 4, 2017
@davidism davidism deleted the cli-warning branch June 4, 2017 19:38
davidism added a commit that referenced this pull request Apr 10, 2018
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python -m flask run raises RuntimeWarning

1 participant