Commit 07b52648 authored by Michel Pelletier's avatar Michel Pelletier

Fixed type

parent a405f0a4
......@@ -168,7 +168,7 @@ class Catalog(Persistent, Acquisition.Implicit):
else:
r=self._v_result_class(self.data[index]).__of__(self.aq_parent)
r.data_record_id_ = index
r.data_record_id_ = 1
r.data_record_score__ = 1
return r
......
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