mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-20 22:54:10 +00:00
Oops, fixing last commit
This commit is contained in:
@@ -66,6 +66,7 @@ class ReleaseEvent(object):
|
||||
new_event = ReleaseEvent()
|
||||
for attr in self.ATTRS:
|
||||
setattr(new_event, attr, getattr(self, attr))
|
||||
return new_event
|
||||
|
||||
def similarity(self, m):
|
||||
sim = 0.0
|
||||
|
||||
Reference in New Issue
Block a user