Commit caaf87de authored by Klaus Wölfel's avatar Klaus Wölfel

item not all items have validation workflow

parent 1d4bc3d4
......@@ -99,7 +99,10 @@ for movement in portal_catalog(query):
reference = "%s-%s" %(transformation.getTitle(),
data_ingestion.getReference()),
version = '001')
item.validate()
try:
item.validate()
except AttributeError:
pass
aggregate_set.add(item.getRelativeUrl())
data_analysis.newContent(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment