mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
isSameArticle fix
This commit is contained in:
parent
56b4ff0435
commit
dd43e12626
@ -80,7 +80,7 @@ class exSet(object):
|
||||
if (self.name==otherSet.name and self.index==otherSet.index):
|
||||
return True
|
||||
else:
|
||||
return self.getDOI() == self.getDOI()
|
||||
return self.getDOI() == otherSet.getDOI()
|
||||
|
||||
class dataFileBase(object):
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user