Fixed a string formatting directive.
- Legacy-Id: 18134
This commit is contained in:
parent
ef9c6e7ee0
commit
d5558f07e9
|
@ -316,7 +316,9 @@ class Schedule(object):
|
|||
random.shuffle(items)
|
||||
|
||||
if self.verbosity >= 2:
|
||||
self.stdout.write('== Optimiser starting run {}, dynamic cost after last run {:,} =='
|
||||
debug.show('run_count')
|
||||
debug.show('last_run_cost')
|
||||
self.stdout.write('== Optimiser starting run {}, dynamic cost after last run {} =='
|
||||
.format(run_count, last_run_cost))
|
||||
self.stdout.write('Dynamic violations in last optimiser run: {}'
|
||||
.format(last_run_violations))
|
||||
|
|
Loading…
Reference in a new issue