GNOME Bugzilla – Bug 342679
getobjectlist was not correct always.
Last modified: 2006-06-24 16:45:18 UTC
Please describe the problem: It cannt get the object list when invoke func getobjectlist before other func. Steps to reproduce: 1. start idle (kill ldtp and start gedit first) 2. type line " from ldtp import getobjectlist" 3. type line "getobjectlist ('*gedit')" Actual results: it outputs 'appmap does not init' Expected results: it shall output all of object in relative window. Does this happen every time? every Other information: run any else func will avoid this.
Created attachment 67862 [details] [review] This error is caused due to getobjectlist() returning with an error if the appmap is not initialised. Now the appmap is initialised and normal execution continues even if the appmap for the context had not been initialised earlier.