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
X509Name does only inherit from object, which has no __getattr__() method.
By accident this also raised an AttributeError but the error message
is confusing.
This commit now raises the AttributeError with a descriptive message.
0 commit comments