mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
client.py: add a newline to "myself.furl" contents
This commit is contained in:
@ -122,7 +122,7 @@ class Client(node.Node, Referenceable):
|
||||
|
||||
self.my_furl = self.tub.registerReference(self, my_old_name)
|
||||
f = open(MYSELF_FURL_PATH, "w")
|
||||
f.write(self.my_furl)
|
||||
f.write(self.my_furl + "\n")
|
||||
f.close()
|
||||
|
||||
ic = IntroducerClient(self.tub, self.introducer_furl, self.my_furl)
|
||||
|
Reference in New Issue
Block a user