Commit a228b1f
committed
BUG: __getattr__ must raise AttributeError if name not found (again)
PR matplotlib#20806 added another instance of a module-level `__getattr__`
function that was missing a final `raise AttributeError` to catch
unknown attributes. This is the same kind of bug as matplotlib#20822.
See also astropy/astropy#12038.1 parent 0a4a10c commit a228b1f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments