Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarg committed Aug 4, 2024
1 parent fbe1d96 commit 21088d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def relay_qmp_results(qmp_port: int, server: Server) -> None:

results_folder = cwd / "results" / tag
results_folder.mkdir(exist_ok=True, parents=True)
with open(results_folder / f"{tag}_vm.tsv", "w") as f:
with open(results_folder / "vm.tsv", "w") as f:
for i, p in enumerate(ps):
print(i, p.result(), sep="\t", file=f, flush=True)

Expand Down

0 comments on commit 21088d2

Please sign in to comment.