scrapy / scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.
https://scrapy.org
BSD 3-Clause "New" or "Revised" License
51.16k stars 10.35k forks source link

Changed == for != deleting the not #6256

Closed mery16q closed 2 months ago

mery16q commented 2 months ago

I suggest to change "not len == 1 " to "len !=1" , because at the logical level, it's the same, but I read that it is better not to invert the value of a boolean