Commit 35d9509c authored by Jason R. Coombs's avatar Jason R. Coombs

Reindent for clarity

parent 1e811c32
......@@ -1053,5 +1053,5 @@ def local_open(url):
else:
status, message, body = 404, "Path not found", "Not found"
return HTTPError(url, status, message,
{'content-type':'text/html'}, StringIO(body))
headers = {'content-type': 'text/html'}
return HTTPError(url, status, message, headers, StringIO(body))
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