mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
_Config does this for us
This commit is contained in:
parent
38063037c1
commit
990f23d5c7
@ -375,8 +375,6 @@ class Node(service.MultiService):
|
||||
is the current directory by default.
|
||||
"""
|
||||
service.MultiService.__init__(self)
|
||||
# XXX don't write files in ctor!
|
||||
fileutil.make_dirs(os.path.join(config._basedir, "private"), 0700)
|
||||
with open(os.path.join(config._basedir, "private", "README"), "w") as f:
|
||||
f.write(PRIV_README)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user