CiscoDevNet / ydk-py

This project has been archived and the repository will no longer be updated. Python SDK generated from YANG data models.
http://ydk.io
Apache License 2.0
184 stars 62 forks source link

Potential misspell of attribute name #42

Closed halochou closed 5 years ago

halochou commented 5 years ago

https://github.com/CiscoDevNet/ydk-py/blob/db2feddee1d91c992fe1c6ac154133504b33d0fb/core/ydk/providers/_provider_plugin.py#L550

I experience an attribute access failure on this line. After changing it to:

entity_ns = entity.i_meta.namespace

the failure resolved.

ygorelik commented 5 years ago

Fixed on ydk-gen branch 0.5.5.post2.