Code format.
This commit is contained in:
parent
bbaeeb7da4
commit
af8ac98df2
1 changed files with 1 additions and 1 deletions
|
|
@ -708,7 +708,7 @@ Please write the SQL, only SQL, without any other explanations or text.
|
|||
""".format(index_name(tenant_id), "\n".join([f"{k}: {v}" for k, v in field_map.items()]), question, e)
|
||||
try:
|
||||
tbl, sql = get_table()
|
||||
except:
|
||||
except Exception:
|
||||
return
|
||||
|
||||
if len(tbl["rows"]) == 0:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue