mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
add clarifying comment
This commit is contained in:
parent
f9e3fdfaee
commit
ace99a1724
@ -133,6 +133,9 @@ class URIHandler(resource.Resource, object):
|
||||
and creates and appropriate handler (depending on the kind of
|
||||
capability it was passed).
|
||||
"""
|
||||
# this is in case a URI like "/uri/?cap=<valid capability>" is
|
||||
# passed; returning self causes our render_GET() to be called
|
||||
# which does the right thing.
|
||||
if not name:
|
||||
return self
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user