GNOME Bugzilla – Bug 589898
local variable 'gobject' referenced before assignment
Last modified: 2009-07-27 17:07:01 UTC
Using ldtp from git master, I get this when using Glom's test scripts. I guess it could be a problem in our python, but maybe it's a problem in ldtp. I think this is when trying to use the GtkFileChooser: Traceback (most recent call last):
+ Trace 216649
common.select_backend(creation_dialog, backend)
if ldtp.objectexist(dialog_title, 'rbtn' + text):
objinfo = getobjectinfo (windowName, componentName)
logFailures ('getobjectinfo failed: %s' % msg.value)
log (ldtputils.imagecapture (outFile = _logFile), "screenshot")
gobject.idle_add(capturescreenshot)
Committed a fix in git, request to check it. If you face this issue again, please reopen this bug. Thanks for the bug report. Thanks
Yes, that seems to fix it. Thanks.