Mercurial > p > roundup > code
changeset 7249:bd2dc1484b39
flake8 fix
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 11 Apr 2023 22:06:07 -0400 |
| parents | 42700b366583 |
| children | ee972b3073cb |
| files | roundup/admin.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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
