10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-25 13:41:50 +02:00

Fix columnHandler

This commit is contained in:
Mickaël Véril 2020-08-03 15:46:28 +02:00
parent d295352285
commit 23ef68b109

View File

@ -24,7 +24,7 @@ class columnHandler(formatHandlerBase):
if dt in datacls: if dt in datacls:
data=datacls[dt] data=datacls[dt]
else: else:
cl=datafileSelector[dt] cl=datafileSelector(dt)
data=cl() data=cl()
data.molecule=mymolecule data.molecule=mymolecule
data.method=mymethod data.method=mymethod