mercurial/profiling.py
changeset 43117 8ff1ecfadcd1
parent 43089 c59eb1560c44
child 43506 9f70512ae2cf
--- a/mercurial/profiling.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/profiling.py	Tue Oct 08 15:06:18 2019 -0700
@@ -43,9 +43,7 @@
     climit = ui.configint(b'profiling', b'nested')
 
     if format not in [b'text', b'kcachegrind']:
-        ui.warn(
-            _(b"unrecognized profiling format '%s'" b" - Ignored\n") % format
-        )
+        ui.warn(_(b"unrecognized profiling format '%s' - Ignored\n") % format)
         format = b'text'
 
     try: