Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rbnmurthy2000 opened this issue Nov 15, 2021 · 0 comments
Open

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

rbnmurthy2000 opened this issue Nov 15, 2021 · 0 comments

Comments

@rbnmurthy2000
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant