diff roundup/admin.py @ 7249:bd2dc1484b39

flake8 fix
author John Rouillard <rouilj@ieee.org>
date Tue, 11 Apr 2023 22:06:07 -0400
parents 07ce4e4110f5
children ee972b3073cb
line wrap: on
line diff
--- a/roundup/admin.py	Tue Apr 11 15:37:38 2023 -0400
+++ b/roundup/admin.py	Tue Apr 11 22:06:07 2023 -0400
@@ -1817,8 +1817,8 @@
             print(_(
                 "Hash time: %(time)0.9f seconds, scheme: %(scheme)s, "
                 "rounds: %(rounds)s") %
-                  { "time": toc-tic, "scheme": props['scheme'],
-                    "rounds": rounds})
+                  {"time": toc-tic, "scheme": props['scheme'],
+                   "rounds": rounds})
 
     def run_command(self, args):
         """Run a single command

Roundup Issue Tracker: http://roundup-tracker.org/