mercurial/hgweb.py
changeset 1121 14a69c4988cd
parent 1120 df25ee778ac2
child 1122 fb008a1a0a32
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -950,7 +950,7 @@ class hgwebdir:
                 h = hgweb(real)
                 h.run()
                 return
-            except NoOptionError:
+            except:
                 httpnotfound(virtual)
                 return