Skip to content
Snippets Groups Projects
Commit d5422db0 authored by Thomas Faraut's avatar Thomas Faraut
Browse files

sef is self !

parent b987ff07
No related branches found
No related tags found
No related merge requests found
......@@ -229,10 +229,10 @@ class SVReader(object):
def SpecificFilterPass(self, record):
return True
def bnd_merge(sef, svtype, records):
def bnd_merge(self, svtype, records):
return records # nothing to do in the majority of cases
def remove_duplicate(sef, records):
def remove_duplicate(self, records):
return records # nothing to do in the majority of tools (see pindel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment