mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
a few formatting tidy-ups
This commit is contained in:
parent
acfb11d26f
commit
23961448da
@ -18,7 +18,7 @@ class VDriveOptions(BaseOptions, usage.Options):
|
||||
"URL of the tahoe node to use, a URL like \"http://127.0.0.1:8123\". "
|
||||
"This overrides the URL found in the --node-directory ."],
|
||||
["dir-uri", "r", "root",
|
||||
"Which dirnode URI should be used as a root directory. The "
|
||||
"Which dirnode URI should be used as a root directory. The "
|
||||
"string 'root' is special, and means we should use the "
|
||||
"directory found in the 'root_dir.cap' file in the 'private' "
|
||||
"subdirectory of the --node-directory ."],
|
||||
|
@ -16,7 +16,6 @@ class CLI(unittest.TestCase):
|
||||
fileutil.rm_dir("cli/test_options")
|
||||
fileutil.make_dirs("cli/test_options")
|
||||
open("cli/test_options/node.url","w").write("http://localhost:8080/\n")
|
||||
#private_uri = uri.DirnodeURI("furl", "key").to_string()
|
||||
filenode_uri = uri.WriteableSSKFileURI(writekey="\x00"*16,
|
||||
fingerprint="\x00"*32)
|
||||
private_uri = uri.NewDirectoryURI(filenode_uri).to_string()
|
||||
|
@ -591,7 +591,6 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
||||
c0 = self.clients[0]
|
||||
d = c0.create_empty_dirnode(wait_for_numpeers=self.numclients)
|
||||
def _made_root(new_dirnode):
|
||||
log.msg("ZZZ %s -> %s" % (hasattr(self, '_root_directory_uri') and self._root_directory_uri, new_dirnode.get_uri(),))
|
||||
self._root_directory_uri = new_dirnode.get_uri()
|
||||
return c0.create_node_from_uri(self._root_directory_uri)
|
||||
d.addCallback(_made_root)
|
||||
|
Loading…
Reference in New Issue
Block a user