diff --git a/relational/relation.py b/relational/relation.py index 557d859..b9e5e1a 100644 --- a/relational/relation.py +++ b/relational/relation.py @@ -173,8 +173,8 @@ class relation (object): row=[] for j in ids: row.append(i[j]) - if attributes_same_count or row not in newt.content: - newt.content.append(row) + if attributes_same_count or row not in newt.content: + newt.content.append(row) return newt def rename(self,params):