Changeset 4170
- Timestamp:
- 08/21/08 12:51:51 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
timingandestimationplugin/branches/trac0.10/timingandestimationplugin/ticket_daemon.py
r4168 r4170 75 75 return default 76 76 #some european countries use , as the decimal separator 77 convertfloat = lambda x: float( x.replace(',','.'))77 convertfloat = lambda x: float(str(x).replace(',','.')) 78 78 hours = readTicketValue("hours", convertfloat) 79 79 totalHours = readTicketValue("totalhours", convertfloat)
