[google-appengine] Re: Python — App Engine — AttributeError: 'list' object has no attribut 'has_key'

2012-02-01 Thread Justin Papez
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 wrote: > Hey all, > > Been having quite a problem with this "AttributeError: 'list' ob

Re: [google-appengine] Re: Python — App Engine — AttributeError: 'list' object has no attribut 'has_key'

2012-02-01 Thread Robert Kluin
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 ne