hgext/lfs/blobstore.py
changeset 36455 9e3cb58c7ab3
parent 35927 9b413478f261
child 36601 4da09b46451e
--- a/hgext/lfs/blobstore.py	Tue Feb 27 00:43:37 2018 +0530
+++ b/hgext/lfs/blobstore.py	Tue Feb 27 14:28:17 2018 +0530
@@ -27,7 +27,7 @@
 from ..largefiles import lfutil
 
 # 64 bytes for SHA256
-_lfsre = re.compile(r'\A[a-f0-9]{64}\Z')
+_lfsre = re.compile(br'\A[a-f0-9]{64}\Z')
 
 class lfsvfs(vfsmod.vfs):
     def join(self, path):