summaryrefslogtreecommitdiffstats
path: root/install/wsgi
diff options
context:
space:
mode:
Diffstat (limited to 'install/wsgi')
-rw-r--r--install/wsgi/plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/wsgi/plugins.py b/install/wsgi/plugins.py
index 64df08765..3ed8a4544 100644
--- a/install/wsgi/plugins.py
+++ b/install/wsgi/plugins.py
@@ -43,7 +43,7 @@ def application(environ, start_response):
try:
index = get_plugin_index()
status = '200 OK'
- except Exception, e:
+ except Exception as e:
root_logger.error('plugin index generation failed: %s' % e)
status = '200 OK'
index = get_failed()