mirror of
https://github.com/LCPQ/EMSL_Basis_Set_Exchange_Local
synced 2024-12-22 04:13:43 +01:00
Delete a ' in cond_sql_or
doc
This commit is contained in:
parent
2027cabe98
commit
35ac8bcdb6
@ -64,7 +64,7 @@ def checkSQLite3(db_path):
|
||||
|
||||
def cond_sql_or(table_name, l_value, glob=False):
|
||||
"""Take a table_name, a list of value and create the sql 'or' commande
|
||||
for example : (elt = "Na" OR elt = "Mg"')"""
|
||||
for example : (elt = "Na" OR elt = "Mg")"""
|
||||
|
||||
opr = "GLOB" if glob else "="
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user