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
lfrtdssharcsldSHUNTRLCComponent has issues with name property. The component doesn't have any real name, but defines a name computation that calls an unknown function. This leads to crashes, e.g. in search_by_name().
Quick fix: wrap c.name in str().
The text was updated successfully, but these errors were encountered:
lfrtdssharcsldSHUNTRLCComponent
has issues with name property. The component doesn't have any real name, but defines a name computation that calls an unknown function. This leads to crashes, e.g. insearch_by_name()
.Quick fix: wrap c.name in str().
The text was updated successfully, but these errors were encountered: