hours: compact adjustment display format
This commit is contained in:
parent
3075ea3ca6
commit
81557b78f0
2
hours
2
hours
@ -156,7 +156,7 @@ def main(argv):
|
|||||||
hours += adjustments[iso_spec]
|
hours += adjustments[iso_spec]
|
||||||
sys.stdout.write(' (%.1f hours)' % hours)
|
sys.stdout.write(' (%.1f hours)' % hours)
|
||||||
if iso_spec in adjustments and adjustments[iso_spec] != 0.0:
|
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
|
total_hours += hours
|
||||||
else:
|
else:
|
||||||
sys.stdout.write('???')
|
sys.stdout.write('???')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user