You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Param and Comp classes are called from parserutils, an AttributeError is thrown because Param and Compcan't set the attribute for self.name in L114 and L218.
When
Param
andComp
classes are called fromparserutils
, an AttributeError is thrown becauseParam
andComp
can't set the attribute forself.name
in L114 and L218.To fix this I added decorators to each class.
Unsure if others face the same issue, but posting here to see raise the issue.
My environment on Python 3.8.5:
The text was updated successfully, but these errors were encountered: