mercurial/branchmap.py
changeset 43499 1a47fe4bc154
parent 43106 d783f945a701
child 43506 9f70512ae2cf
--- a/mercurial/branchmap.py	Wed Nov 06 15:34:40 2019 -0500
+++ b/mercurial/branchmap.py	Wed Nov 06 16:30:14 2019 -0500
@@ -269,7 +269,13 @@
             if repo.ui.debugflag:
                 msg = b'invalid %s: %s\n'
                 repo.ui.debug(
-                    msg % (_branchcachedesc(repo), pycompat.bytestr(inst))
+                    msg
+                    % (
+                        _branchcachedesc(repo),
+                        pycompat.bytestr(
+                            inst  # pytype: disable=wrong-arg-types
+                        ),
+                    )
                 )
             bcache = None