Commit c9445f61 authored by Ivan Tyagov's avatar Ivan Tyagov

Typo.

parent 82120e27
......@@ -14,7 +14,7 @@ for line in lines[:]:
filename = line[32:].strip()
# check Data stream for this hash exists
reference = "/%s/jpg" %(data_set_referebce, filename.replace(".jpg", ""))
reference = "/%s/jpg" %(data_set_reference, filename.replace(".jpg", ""))
catalog_kw = {"portal_type": "Data Stream",
"reference": reference}
data_stream = context.portal_catalog.getResultValue(**catalog_kw)
......
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