mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
fix missing parenthesis
This commit is contained in:
parent
57522d2627
commit
1593614d5f
@ -99,7 +99,7 @@ class dataFileBase(object):
|
||||
return lst
|
||||
@staticmethod
|
||||
def readFromTable(table,TexOps, commands=[]):
|
||||
for formatName,Cls in getFormatHandlers:
|
||||
for formatName,Cls in getFormatHandlers():
|
||||
if formatName.lower()==TexOps.format.lower():
|
||||
handler=Cls(TexOps,commands)
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user