Commit ca63d31
authored
X509Name: Raise AttributeError correctly (#1088)
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.1 parent c3cdcfd commit ca63d31
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
| 623 | + | |
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| |||
0 commit comments