mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
A comment about what _finish
is here for
This commit is contained in:
parent
d8b6e36c6f
commit
e8761c98ad
@ -540,6 +540,8 @@ def render_exception(render):
|
||||
|
||||
with action.context():
|
||||
result = DeferredContext(maybeDeferred(bound_render, request))
|
||||
# Apply `_finish` all of our result handling logic to whatever it
|
||||
# returned.
|
||||
result.addBoth(_finish, bound_render, request)
|
||||
result.addActionFinish()
|
||||
return NOT_DONE_YET
|
||||
|
Loading…
Reference in New Issue
Block a user