pyreqif icon indicating copy to clipboard operation
pyreqif copied to clipboard

AttributeError: 'NoneType' object has no attribute 'replace'

Open rbnmurthy2000 opened this issue 4 years ago • 0 comments

Trying to run the following command python xlsx2reqif.py "Trial Quality ReqIF download.xlsx"

ERROR:

C:\Temp\pyreqif>python xlsx2reqif.py "Trial Quality ReqIF download.xlsx" Traceback (most recent call last): File "xlsx2reqif.py", line 96, in pyreqif.create.addReqType("some_requirement_type_id", "requirement Type", "reqtype_for" + col.replace(" ", ""), AttributeError: 'NoneType' object has no attribute 'replace'

rbnmurthy2000 avatar Nov 15 '21 09:11 rbnmurthy2000