Użytkownik Ed Leafe napisał: > Can you try changing line 3337 from "ret = val.__repr__()" to "ret = > val.__str__()", and let me know how that works? It should fix the Decimal > issue, but I'd like to see if breaks anything else.
Actually, I changed it to "ret = str(val)", what is the equivalent. That works for me. -- 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]
