We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6853e96 commit e7f639eCopy full SHA for e7f639e
1 file changed
simulaqron/run/run.py
@@ -71,7 +71,7 @@ def run_sim_backend(node_names: List[str], sim_backend: SimBackend, network_conf
71
logger.debug("Starting simulaqron sim_backend process with nodes %s", node_names)
72
check_sim_backend(sim_backend)
73
simulaqron_settings.sim_backend = sim_backend.value
74
- new_network = False if network_config_file is None else True
+ new_network = True if network_config_file is None else False
75
network = Network(
76
name="default",
77
nodes=node_names,
0 commit comments