changeset 1622:f3144e23ca1d live

Don't try to use cgitb, it just causes problems with Apache CGI interface
author Chris Cannam
date Fri, 10 Aug 2018 11:22:30 +0100
parents 3585a1b16dc3
children 8bc0cee5d93f
files deploy/config/index.cgi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/config/index.cgi	Fri Feb 23 10:54:51 2018 +0000
+++ b/deploy/config/index.cgi	Fri Aug 10 11:22:30 2018 +0100
@@ -10,8 +10,8 @@
 from mercurial import demandimport; demandimport.enable()
 
 # Uncomment to send python tracebacks to the browser if an error occurs:
-import cgitb
-cgitb.enable()
+#import cgitb
+#cgitb.enable()
 
 # If you'd like to serve pages with UTF-8 instead of your default
 # locale charset, you can do so by uncommenting the following lines.