ebroecker / pyreqif

should be a python implementation of reqif-format (import/export)
BSD 2-Clause "Simplified" License
32 stars 15 forks source link

KeyError: 'attributeRef' - Cannot load Reqif file #28

Open tomimoolan opened 3 years ago

tomimoolan commented 3 years ago

I am getting the follwing error whenver try to load a .reqif file

\rif.py", line 348, in load values[value['attributeRef']] = reqif2py(value)

KeyError: 'attributeRef'

myDoc = pyreqif.reqif.load('a.reqif')