hgext/lfs/blobstore.py
changeset 50924 6543469a351e
parent 49726 18282cf18aa2
child 50951 d718eddf01d9
--- a/hgext/lfs/blobstore.py	Wed Aug 30 12:38:02 2023 +0200
+++ b/hgext/lfs/blobstore.py	Wed Aug 30 12:51:27 2023 +0200
@@ -271,7 +271,7 @@
     if isinstance(urlerror.reason, Exception):
         inst = urlerror.reason
 
-    if util.safehasattr(inst, b'reason'):
+    if util.safehasattr(inst, 'reason'):
         try:  # usually it is in the form (errno, strerror)
             reason = inst.reason.args[1]
         except (AttributeError, IndexError):
@@ -751,7 +751,7 @@
     if lfsurl is None:
         if remote:
             path = remote
-        elif util.safehasattr(repo, b'_subtoppath'):
+        elif util.safehasattr(repo, '_subtoppath'):
             # The pull command sets this during the optional update phase, which
             # tells exactly where the pull originated, whether 'paths.default'
             # or explicit.