Removes an unnecessary fixme comment
This commit is contained in:
committed by
Chris Hennes
parent
ef26846c93
commit
3b4b4413f7
@@ -329,7 +329,7 @@ def handleCells(cellList, actCellSheet, sList):
|
||||
if refType:
|
||||
cellType = getText(refType.childNodes)
|
||||
else:
|
||||
cellType = "n" # FIXME: some cells don't have t and s attributes
|
||||
cellType = "n"
|
||||
|
||||
# print("reference: ", ref, ' Cell type: ', cellType)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user