From 10bebb88091077adb4f06ea6090d4aac570e2b2c Mon Sep 17 00:00:00 2001 From: Matt Traudt <sirmatt@ksu.edu> Date: Fri, 6 Apr 2018 18:59:51 -0400 Subject: [PATCH] Coding style --- sbws/lib/relayprioritizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/lib/relayprioritizer.py b/sbws/lib/relayprioritizer.py index c2f074bc..fbcd4e2f 100644 --- a/sbws/lib/relayprioritizer.py +++ b/sbws/lib/relayprioritizer.py @@ -89,7 +89,7 @@ class RelayPrioritizer: fn_tstop = Decimal(time.time()) fn_tdelta = (fn_tstop - fn_tstart) * 1000 self.log.info('Spent {0:.3f} msecs calculating relay best priority'. - format(fn_tdelta)) + format(fn_tdelta)) # Finally, slowly return the relays to the caller (after removing the # priority member we polluted the variable with ...) for relay in relays[0:cutoff]: -- GitLab