Skip to content

Commit ae4f1a9

Browse files
committed
remove sourceData check
1 parent 90ff2c6 commit ae4f1a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ingest/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,8 +1449,6 @@ def check_swc_sheet(filename):
14491449
#if xAxis is oblique, oblique cols should reflect
14501450
if cols[0] == "":
14511451
errormsg = errormsg + 'On spreadsheet tab:' + sheetname + 'Column: "' + colheads[0] + '" value expected but not found in cell: "' + cellcols[0] + str(i+1) + '". '
1452-
if cols[1] == "":
1453-
errormsg = errormsg + 'On spreadsheet tab:' + sheetname + 'Column: "' + colheads[1] + '" value expected but not found in cell: "' + cellcols[1] + str(i+1) + '". '
14541452
if cols[5] == "":
14551453
errormsg = errormsg + 'On spreadsheet tab:' + sheetname + 'Column: "' + colheads[5] + '" value expected but not found in cell "' + cellcols[5] + str(i+1) + '". '
14561454
if cols[5] != "":

0 commit comments

Comments
 (0)