mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
convert XXX comment to ticket
This commit is contained in:
parent
7de94f623c
commit
2b5d3be3c8
@ -758,7 +758,8 @@ class Node(service.MultiService):
|
||||
_assert(os.path.dirname(test_name) == tempdir, test_name, tempdir)
|
||||
os.close(temp_fd) # avoid leak of unneeded fd
|
||||
|
||||
# XXX probably want to pull this outside too?
|
||||
# pull this outside of Node's __init__ too, see:
|
||||
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2948
|
||||
def create_log_tub(self):
|
||||
# The logport uses a localhost-only ephemeral Tub, with no control
|
||||
# over the listening port or location. This might change if we
|
||||
|
Loading…
x
Reference in New Issue
Block a user