mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 06:14:38 +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):
|
if (self.name==otherSet.name and self.index==otherSet.index):
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
return self.getDOI() == self.getDOI()
|
return self.getDOI() == otherSet.getDOI()
|
||||||
|
|
||||||
class dataFileBase(object):
|
class dataFileBase(object):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user