Datafable/epu-index

Replace 'is not' by '!='

Closed this issue · 0 comments

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 '!='