tests/test-trusted.py
changeset 52000 e3952d8cfeb5
parent 48875 6000f5b25c9b
--- a/tests/test-trusted.py	Thu Oct 10 09:54:55 2024 +0200
+++ b/tests/test-trusted.py	Sun Oct 13 04:55:48 2024 +0200
@@ -29,7 +29,7 @@
 def bprint(*args, **kwargs):
     print(
         *[_maybesysstr(a) for a in args],
-        **{k: _maybesysstr(v) for k, v in kwargs.items()}
+        **{k: _maybesysstr(v) for k, v in kwargs.items()},
     )
     # avoid awkward interleaving with ui object's output
     sys.stdout.flush()