mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-03-01 09:33:14 +00:00
build_case: fix
This commit is contained in:
parent
2a9236fb81
commit
8eb8eb30d1
@ -18,7 +18,7 @@ def build_case(overlay, committees, nodes, config_name, max_view=1, network='def
|
||||
f.seek(0)
|
||||
json.dump(data, f)
|
||||
f.truncate()
|
||||
print((config_name, modified_name))
|
||||
print(f"config clash: renaming {config_name} to {modified_name}")
|
||||
config_name = modified_name
|
||||
shutil.move(f"{config_name}.json", "../configs/")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user