We need to pass in the furl here.

This commit is contained in:
Itamar Turner-Trauring 2022-07-27 12:23:20 -04:00
parent 6d833607db
commit 671e829f4e

View File

@ -336,7 +336,7 @@ def _create_node(reactor, request, temp_dir, introducer_furl, flog_gatherer, nam
config,
u'node',
u'log_gatherer.furl',
flog_gatherer,
flog_gatherer.furl,
)
write_config(FilePath(config_path), config)
created_d.addCallback(created)