SQL: Minor fix.
parent
ba0557294e
commit
0c141b8d24
|
|
@ -446,7 +446,7 @@ class CreateTableForSaveAs:
|
|||
|
||||
cur.execute(self.create_SedimentsFile)
|
||||
|
||||
if stg.path_fine != "" and path_sand != "":
|
||||
if stg.path_fine != "" and stg.path_sand != "":
|
||||
cur.execute(
|
||||
"""
|
||||
INSERT into SedimentsFile(
|
||||
|
|
|
|||
Loading…
Reference in New Issue