Użytkownik John Fabiani napisał: > + pythonType = self._types[field_name,None]
AFAIK, this syntax is invalid and always return KeyError exception. The correct implementation should use dictionary class get() method instead. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
