Skip to content

Commit

Permalink
use consistent dump_dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Jan 27, 2024
1 parent e72ddae commit 91ecb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/halmos/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def run_bytecode(hexcode: str, args: Namespace) -> List[Exec]:
else:
print(f"Final opcode: {mnemonic(opcode)})")
print(f"Return data: {returndata}")
dump_dirname = f"/tmp/halmos-{uuid.uuid4()}"
dump_dirname = f"/tmp/halmos-{uuid.uuid4().hex}"
model_with_context = gen_model_from_sexpr(
GenModelArgs(args, idx, ex.path.solver.to_smt2(), dump_dirname)
)
Expand Down

0 comments on commit 91ecb29

Please sign in to comment.