Commit 47ae3038 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

record: cleanup

parent cef1c5d3
......@@ -54,7 +54,6 @@ class Record:
if len(list(filter(lambda x: x[0] == last, pos_fields))) > 0:
raise ValueError
pos_fields.append((last, getattr(pos_self, last)))
print(fields)
return Record(fields, "subrecord")
def compatible(self, other):
......
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