changeset 1121:14a69c4988cd

NoOptionError is unknown there.
author Ollivier Robert <roberto@keltia.freenix.fr>
date Sat, 27 Aug 2005 23:43:13 -0700
parents df25ee778ac2
children fb008a1a0a32
files mercurial/hgweb.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hgweb.py	Sat Aug 27 23:43:08 2005 -0700
+++ b/mercurial/hgweb.py	Sat Aug 27 23:43:13 2005 -0700
@@ -950,7 +950,7 @@
                 h = hgweb(real)
                 h.run()
                 return
-            except NoOptionError:
+            except:
                 httpnotfound(virtual)
                 return