Skip to content

Dataprobe.py - Check for attribute _text_ on parent

Sam Horvath requested to merge github/fork/joshy/patch-1 into master

Created by: joshy

We are using the DataProbeWidget on a view on our own. Without the proposed change the processEvents throws errors because there exists not text attribute on the parent. The change checks for the attribute text and executes the code only when the attribute exists. It will not break any existing code.

Thanks for considering this change.

Merge request reports