On 6/27/13 10:59 AM, John Fabiani wrote:
> Does anyone have any thoughts about this?

I tagged your message to follow up, but didn't have time until now.

> I changed it in my code but I not sure this is what Dabo wants.
> 
>     def getNonUpdateFields(self):
>         if self.__nonUpdateFields is None:
>             # They haven't been set yet
>             self.__setNonUpdateFields()
>             if self.__nonUpdateFields is None:
>                 return list(set(self.nonUpdateFields))
>             else:
>                 return list(set(self.nonUpdateFields + 
> self.__nonUpdateFields))
> 
> Of course it prevents the error

I think this looks good. Can you commit it or make a pull request?

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to