mercurial/hgweb/webcommands.py
branchstable
changeset 43742 6ff1a0d109c9
parent 43117 8ff1ecfadcd1
child 43980 3e4294aa7944
--- a/mercurial/hgweb/webcommands.py	Sat Nov 30 02:38:42 2019 -0500
+++ b/mercurial/hgweb/webcommands.py	Sat Nov 30 02:53:39 2019 -0500
@@ -1321,7 +1321,7 @@
     static = web.config(b"web", b"static", untrusted=False)
     if not static:
         tp = web.templatepath or templater.templatepaths()
-        if isinstance(tp, str):
+        if isinstance(tp, bytes):
             tp = [tp]
         static = [os.path.join(p, b'static') for p in tp]