10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00

Fix DOI metadata no longer exists.

This commit is contained in:
Mickaël Véril 2020-09-10 15:08:41 +02:00
parent 59f23a5d5e
commit 415a5fca9f

View File

@ -184,7 +184,7 @@ class oneStateDataFileBase(dataFileBase):
def getMetadata(self):
dic=super(oneStateDataFileBase,self).getMetadata()
dic["geom"]= "" if self.geometry is None else self.geometry.toDataString()
dic.move_to_end("DOI")
dic.move_to_end("article")
return dic
class AbsDataFile(oneStateDataFileBase):