-
Notifications
You must be signed in to change notification settings - Fork 572
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
Pass scrapy arguments to ScrapyProcessProtocol #272
Conversation
pass -a arguments to ScrapyProcessProtocol
Codecov Report
@@ Coverage Diff @@
## master #272 +/- ##
==========================================
- Coverage 68.37% 68.29% -0.09%
==========================================
Files 16 16
Lines 819 820 +1
Branches 96 96
==========================================
Hits 560 560
- Misses 230 231 +1
Partials 29 29
Continue to review full report at Codecov.
|
Hi @dfrank-a This feature is something we want to add eventually. |
Actually I just took a look and I think it won't make it harder. |
That is something I hadn't considered. How do you feel about declaring a public interface to the data with property methods? This should allow for flexibility in our implementation while maintaining consistency in the external interface. |
I see what you mean, it makes sense Also, the commit message should fit in a single line up to 50 characters. |
Re-done in #474. |
Pass scrapy arguments along to ScrapyProcessProtocol.
This will allow users to use this data in extensions of the minimal admin UI in whatever way they see fit.