]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
node.py: stop stripping whitespace in write_private_config()
authorBrian Warner <warner@lothar.com>
Wed, 30 May 2012 07:17:55 +0000 (00:17 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 30 May 2012 07:17:55 +0000 (00:17 -0700)
commit3ba77925d928f345e7c0120cf11be5c3475af436
tree136dcee026e50f83f2dc40eb3948fe75a9b0e0fe
parentbfee999e20aa9fdc0b05c7d72cf11077cb319d78
node.py: stop stripping whitespace in write_private_config()

It's nice to add newlines to the saved file, so 'cat' is easy to use. We
still strip on the input side, in get_or_create_private_config().
src/allmydata/node.py