Skip to content

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

Open
@rbnmurthy2000

Description

@rbnmurthy2000

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions