PabloCastellano / libcnml

libcnml is a CNML parser library for Python
GNU General Public License v3.0
4 stars 5 forks source link

Some links are not parsed correctly #4

Closed PabloCastellano closed 9 years ago

PabloCastellano commented 9 years ago
>>> import libcnml
>>> cnmlp = libcnml.CNMLParser('3671_detail.cnml')
>>> link=cnmlp.getLink(57966)
>>> link.deviceA
51472
>>> link.deviceB
>>> link.deviceB is None
True
PabloCastellano commented 9 years ago

It is due to some bug during the CNML generation

PabloCastellano commented 9 years ago

Fixed in server software.