diff --git a/newsfragments/3424.minor b/newsfragments/3424.minor new file mode 100644 index 000000000..e69de29bb diff --git a/src/allmydata/web/operations.py b/src/allmydata/web/operations.py index 4dcad0028..21c2ec7ef 100644 --- a/src/allmydata/web/operations.py +++ b/src/allmydata/web/operations.py @@ -17,6 +17,7 @@ from allmydata.web.common import ( get_root, get_arg, boolean_of_arg, + exception_to_child, ) MINUTE = 60 @@ -95,6 +96,7 @@ class OphandleTable(resource.Resource, service.Service): # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3314 return url.URL.fromString(target) + @exception_to_child def getChild(self, name, req): ophandle = name if ophandle not in self.handles: