mercurial/admin_commands.py
branchstable
changeset 51615 a93e60ebea09
parent 51503 d4095f7b000a
--- a/mercurial/admin_commands.py	Mon May 06 16:16:15 2024 +0200
+++ b/mercurial/admin_commands.py	Mon May 06 16:29:00 2024 +0200
@@ -47,4 +47,4 @@
         ui.status(_(b"running %s\n") % name)
         errors = func()
         if errors:
-            ui.warn(_(b"found %d errors\n") % len(errors))
+            ui.warn(_(b"found %d errors\n") % errors)