File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1449,8 +1449,6 @@ def check_swc_sheet(filename):
1449
1449
#if xAxis is oblique, oblique cols should reflect
1450
1450
if cols [0 ] == "" :
1451
1451
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 ) + '". '
1454
1452
if cols [5 ] == "" :
1455
1453
errormsg = errormsg + 'On spreadsheet tab:' + sheetname + 'Column: "' + colheads [5 ] + '" value expected but not found in cell "' + cellcols [5 ] + str (i + 1 ) + '". '
1456
1454
if cols [5 ] != "" :
You can’t perform that action at this time.
0 commit comments