10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +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:
data=datacls[dt]
else:
cl=datafileSelector[dt]
cl=datafileSelector(dt)
data=cl()
data.molecule=mymolecule
data.method=mymethod