Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
4 days | backend/scraper: Have collect() ignore None results | Wolfgang Müller | -0/+15 | |
If a parser function returned None we yield it regardless, even though it won't have any impact further down the line. Instead clean up the collect() stream as early as possible. |