node.py: change get_or_create_config() to accept a function

This commit is contained in:
Brian Warner
2007-08-27 19:07:12 -07:00
parent 56afda11d1
commit 89ceb49309
2 changed files with 15 additions and 6 deletions

View File

@ -103,6 +103,8 @@ class Client(node.Node, Referenceable):
def tub_ready(self):
self.log("tub_ready")
# we use separate get_config/write_config here because we want to
# update the connection hints each time.
my_old_name = None
my_old_furl = self.get_config("myself.furl")
if my_old_furl is not None: