From ab1297cdd6b7144aa974a41ee0a1b565f2f5202f Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 6 Apr 2022 11:27:42 -0400 Subject: [PATCH] Link to ticket. --- src/allmydata/test/test_storage_https.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/allmydata/test/test_storage_https.py b/src/allmydata/test/test_storage_https.py index 0a5b73a96..35aebf3f2 100644 --- a/src/allmydata/test/test_storage_https.py +++ b/src/allmydata/test/test_storage_https.py @@ -74,6 +74,8 @@ ox5zO3LrQmQw11OaIAs2/kviKAoKTFFxeyYcpS5RuKNDZfHQCXlLwt9bySxG def async_to_deferred(f): """ Wrap an async function to return a Deferred instead. + + Maybe solution to https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3886 """ @wraps(f)