mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
turn XXX into a ticket
This commit is contained in:
parent
8b5e988755
commit
376a1dcbd5
@ -205,8 +205,8 @@ def create_no_network_client(basedir):
|
|||||||
introducer_clients=[],
|
introducer_clients=[],
|
||||||
storage_farm_broker=storage_broker,
|
storage_farm_broker=storage_broker,
|
||||||
)
|
)
|
||||||
# XXX we should probably make a way to pass this in instead of
|
# this is a (pre-existing) reference-cycle and also a bad idea, see:
|
||||||
# changing it later.. also, a reference-cycle (but, existed before :/)
|
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2949
|
||||||
storage_broker.client = client
|
storage_broker.client = client
|
||||||
return defer.succeed(client)
|
return defer.succeed(client)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user