Hey Justin, That looks like a bug to me, I'd suggest you file a bug. I posted more details in the SO question.
Note that you could fix this pretty easily in your local SDK. Check that entity is something, ie if not entity: return. Then check if entity is actually a list. If it is, you'd need to loop over each actual entity checking if the high id needs set. Robert On Wed, Feb 1, 2012 at 19:03, Justin Papez <[email protected]> wrote: > The link above for some reason is not working. Here is a working link > http://stackoverflow.com/questions/9089060/attributeerror-list-object-has-no-attribut-has-key-in-app-engine > > On Jan 31, 4:24 pm, Justin Papez <[email protected]> wrote: >> Hey all, >> >> Been having quite a problem with this "AttributeError: 'list' object >> has no attribut 'has_key'". My question is quite long and already on >> stackoverflow so I am pasting a link (http://stackoverflow.com/ >> questions/9089060/python-app-engine-attributeerror-list-object-has-no- >> attribut-has-key) instead of retyping everything all over again. >> Thanks in advance for help/suggestions/answers! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
