mercurial/bundle2.py
changeset 50616 7200a9d4ea04
parent 50552 037890ecaff5
child 50706 0452af304808
--- a/mercurial/bundle2.py	Thu Feb 02 17:38:14 2023 +0100
+++ b/mercurial/bundle2.py	Fri Feb 03 01:03:45 2023 +0100
@@ -1381,7 +1381,7 @@
     def __init__(self, ui, header, fp):
         super(unbundlepart, self).__init__(fp)
         self._seekable = util.safehasattr(fp, 'seek') and util.safehasattr(
-            fp, b'tell'
+            fp, 'tell'
         )
         self.ui = ui
         # unbundle state attr