Archived
1
0

Changed everything to spaces

This commit is contained in:
Jip J. Dekker 2014-04-02 14:20:05 +02:00
parent 254e8db3aa
commit f6981057df
4 changed files with 66 additions and 66 deletions

View File

@ -19,7 +19,7 @@ class FourmiPipeline(object):
"""
value = item['attribute'], item['value']
if value in self.known_values:
raise DropItem("Duplicate item found: %s" % item)
raise DropItem("Duplicate item found: %s" % item) # #[todo] append sources of first item.
else:
self.known_values.add(value)
return item