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

Fix doubleTBEHandler

This commit is contained in:
Mickaël Véril 2020-08-03 16:01:34 +02:00
parent 23ef68b109
commit 6ab3aa9c99

View File

@ -12,7 +12,7 @@ class doubleTBEHandler(formatHandlerBase):
subtablesMol=getSubtablesRange(table)
for rangeMol in subtablesMol:
data=AbsDataFile()
data.molecule=str(table[rangeMol,0])
data.molecule=str(table[rangeMol[0],0])
data.method=method("TBE","CBS")
for mytrans in table[rangeMol]:
try: