Changeset 9b27ea3 in rattail
- Timestamp:
- 11/28/2022 11:50:05 AM (2 months ago)
- Branches:
- master
- Children:
- f830956
- Parents:
- 49f0fb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/app.py
r49f0fb8 r9b27ea3 1434 1434 ``value`` is assumed to be between 0.0 and 1.0 instead. 1435 1435 """ 1436 if value is None: 1437 return '' 1436 1438 fmt = '{{:0.{}f}} %'.format(places) 1437 1439 if from_decimal:
Note: See TracChangeset
for help on using the changeset viewer.