We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a07436 commit 04a3820Copy full SHA for 04a3820
tests/TestHarness/launcher.py
@@ -324,7 +324,7 @@ def generate(self):
324
}.get(self.args.shape, self.make_custom)()
325
326
if not self.args.nogen:
327
- genesis = selfinit_genesis()
+ genesis = self.init_genesis()
328
for node_name, node in self.network.nodes.items():
329
node.config_dir_name.mkdir(parents=True, exist_ok=True)
330
self.write_logging_config_file(node)
0 commit comments