Skip to content

Commit a6094f4

Browse files
committed
bugfix
1 parent 914d51a commit a6094f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def runList():
158158
#return a,b
159159

160160
def _getUseOldColumns():
161-
return oldColumns and c.execute("select sql like '%LAYERTYPE%' from sqlite_master where tbl_name='RUNS'").fetchone()[0]
161+
return oldColumns and con.execute("select sql like '%LAYERTYPE%' from sqlite_master where tbl_name='RUNS'").fetchone()[0]
162162

163163
def runList1():
164164
c=con.cursor()

0 commit comments

Comments
 (0)