--- 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.