Skip to content

Commit d5558f0

Browse files
committed
Fixed a string formatting directive.
- Legacy-Id: 18134
1 parent ef9c6e7 commit d5558f0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/meeting/management/commands/generate_schedule.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ def optimise_schedule(self):
316316
random.shuffle(items)
317317

318318
if self.verbosity >= 2:
319-
self.stdout.write('== Optimiser starting run {}, dynamic cost after last run {:,} =='
319+
debug.show('run_count')
320+
debug.show('last_run_cost')
321+
self.stdout.write('== Optimiser starting run {}, dynamic cost after last run {} =='
320322
.format(run_count, last_run_cost))
321323
self.stdout.write('Dynamic violations in last optimiser run: {}'
322324
.format(last_run_violations))

0 commit comments

Comments
 (0)