GNOME Bugzilla – Bug 529611
Do not raise exceptions on import time
Last modified: 2019-03-27 20:11:59 UTC
Raising exceptions is not very convenient when importing pyatspi, instead, wait until we do some operations on the registry, like start() or register event listeners.
Created attachment 109787 [details] [review] Proposed patch This patch raises exceptions whenever an attribute is accessed from pyatspi.Registry when we could not find/activate a registry.