Closed bartaelterman closed 9 years ago
Several spiders are performing a string comparison using 'is not'. This usually returns True, because that comparison is for identity comparison, not value comparison. Replace these by '!='
Several spiders are performing a string comparison using 'is not'. This usually returns True, because that comparison is for identity comparison, not value comparison. Replace these by '!='