You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
Dear All,
I have come across what I think is a bug in PlotWidget, around line 79. The reimplementation of __getattr__ raises NameError if no attr, which breaks the python __getattr__, I think it should raise AttributeError(attr) instead