hgext/lfs/wireprotolfsserver.py
changeset 43115 4aa72cdf616f
parent 43077 687b865b95ad
child 43380 579672b347d2
--- a/hgext/lfs/wireprotolfsserver.py	Tue Oct 08 19:35:30 2019 -0700
+++ b/hgext/lfs/wireprotolfsserver.py	Sun Oct 06 20:17:41 2019 -0700
@@ -45,7 +45,7 @@
     if not rctx.repo.ui.configbool(b'experimental', b'lfs.serve'):
         return False
 
-    if not util.safehasattr(rctx.repo.svfs, b'lfslocalblobstore'):
+    if not util.safehasattr(rctx.repo.svfs, 'lfslocalblobstore'):
         return False
 
     if not req.dispatchpath: