hours: compact adjustment display format

This commit is contained in:
Josh Holtrop 2011-06-29 15:35:18 -04:00
parent 3075ea3ca6
commit 81557b78f0

2
hours
View File

@ -156,7 +156,7 @@ def main(argv):
hours += adjustments[iso_spec]
sys.stdout.write(' (%.1f hours)' % hours)
if iso_spec in adjustments and adjustments[iso_spec] != 0.0:
sys.stdout.write(' Adj: %.1f' % adjustments[iso_spec])
sys.stdout.write(' [%.1f]' % adjustments[iso_spec])
total_hours += hours
else:
sys.stdout.write('???')