-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
scrapy parse -h throws error #5481
Comments
I can reproduce. For completeness, here's the full output I'm getting:
I suspect this was valid with |
@wRAR @Gallaecio Can we close this issue since is fixed on 2.6? |
It's not fixed in master and I'm not sure what is our policy for this. |
Hello, should I close this issue? |
Not yet. We will close it once we port the change from the 2.6 branch to the main branch. |
Actually, since we merge 2.6.2 into the main branch as part of the release process, there is no reason to keep this open. |
Description
running
scrapy parse -h
from inside of a project throws an error.Steps to Reproduce
scrapy startproject example
cd example
scrapy parse -h
Expected behavior: It should show the help message output for the
parse
commandActual behavior: Throws error and displays traceback information
Reproduces how often: Every time I tried it.
Versions
v2.6.1
Additional context
I identified the issue and will submit a PR shortly.
The text was updated successfully, but these errors were encountered: