Commit 4d5c58b0 authored by Vincent Pelletier's avatar Vincent Pelletier

wsgi: Make comments a bit clearer.

parent 48b2be2c
......@@ -152,8 +152,8 @@ class Application(object):
"""
WSGI entry point
"""
try: # Convert ApplicationError subclasses in error responses
try: # Convert non-wsgi exceptions into WSGI exceptions
try: # Convert ApplicationError subclasses into error responses
try: # Convert exceptions into ApplicationError subclass exceptions
path_item_list = [x for x in environ['PATH_INFO'].split('/') if x]
try:
context_id, base_path = path_item_list[:2]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment