mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 05:03:53 +01:00
Fix columnHandler
This commit is contained in:
parent
d295352285
commit
23ef68b109
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user