|
@@ -220,7 +220,7 @@ class LocalNodeBuilder(NodeBuilder):
|
|
torrc_template = self._getTorrcTemplate()
|
|
torrc_template = self._getTorrcTemplate()
|
|
output = torrc_template.format(self._env)
|
|
output = torrc_template.format(self._env)
|
|
if checkOnly:
|
|
if checkOnly:
|
|
-
|
|
+
|
|
return
|
|
return
|
|
with open(fn_out, 'w') as f:
|
|
with open(fn_out, 'w') as f:
|
|
f.write(output)
|
|
f.write(output)
|