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
Fix TypeError in parse command #5482
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.6 #5482 +/- ##
==========================================
- Coverage 88.77% 88.31% -0.47%
==========================================
Files 163 163
Lines 10676 10554 -122
Branches 1821 1786 -35
==========================================
- Hits 9478 9321 -157
- Misses 922 953 +31
- Partials 276 280 +4
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you. Two suggestions for the future:
- There's no need to open an issue if you already have a patch in mind, you can submit a PR directly
- Use a descriptive name in the PR. This will (probably) be the message we end up using when merging, and "fixes issue #N" is not good for the history
Thanks for the advice. |
@Laerte Could you rebase this change into the 2.6 branch instead of |
@Gallaecio You want me to cherry-pick the changes from his branch and apply on-top |
How do i grant write access? |
@alexpdev You can follow these steps: #5445 (comment) (Change the commit id of course) |
@Laerte okay.. i figured it out. I think |
@alexpdev Just push and change the base here to 2.6. |
4129494
to
2fbd890
Compare
Did I do that right? |
@alexpdev Yeah, now you just have to change this to 2.6 as well: |
got it |
@alexpdev Almost there... As you can see we have commits from
I recorded my terminal: https://asciinema.org/a/lbF5Pv8v8cNtkfTYeudPTNVO8 Then you need to push again:
|
2fbd890
to
915c288
Compare
@Laerte Okay, got it... thanks again for all of your help |
Nice job! |
Thank you! |
Fixes #5481
scrapy parse -h
now displays the appropriate help message.