server/ssplanner.py
branchstable
changeset 2875 b7399ef8b3e0
parent 2667 c8aa82538d8e
child 2921 8e2544e78a5e
--- a/server/ssplanner.py	Mon Aug 17 12:11:04 2009 +0200
+++ b/server/ssplanner.py	Mon Aug 17 12:11:54 2009 +0200
@@ -482,7 +482,7 @@
         repo = session.repo
         edefs = {}
         # insert relations
-        attributes = [relation.r_type for relation in self.attribute_relations]
+        attributes = set([relation.r_type for relation in self.attribute_relations])
         for row in self.execute_child():
             for relation in self.attribute_relations:
                 lhs, rhs = relation.get_variable_parts()